libcap: pass prefix to "make install"

Otherwise it will use /usr by default which may not be the right place.

(From OE-Core rev: 7fecde55acf730f07009d8b040e92f931d5ebd88)

Signed-off-by: Phil Blundell <philb@gnu.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Phil Blundell 2011-07-14 15:45:31 +01:00 committed by Richard Purdie
parent 238ea4e679
commit 012c4a47ef
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ do_compile() {
}
do_install() {
oe_runmake install DESTDIR="${D}"
oe_runmake install DESTDIR="${D}" prefix="${prefix}"
}
# pam files

View File

@ -1,6 +1,6 @@
require libcap.inc
PR = "r2"
PR = "r3"
SRC_URI[md5sum] = "10e47ed32ca2214eb0e58780282d27b4"
SRC_URI[sha256sum] = "20e7c1ea4d3d5c410efb3a6ff138dc417912fae316d883460dcd58d9803a9220"