diff options
author | Phil Blundell <philb@gnu.org> | 2011-07-14 15:45:31 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-19 17:34:18 +0100 |
commit | 012c4a47ef259796faa82f10437cd81379e420ac (patch) | |
tree | ddcb402df88ffa28ca3c1c6ad81dc86f28eed874 /meta | |
parent | 238ea4e6791c0a66de0d36c8dfe27f37c0ce487a (diff) | |
download | poky-012c4a47ef259796faa82f10437cd81379e420ac.tar.gz |
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>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-support/libcap/libcap.inc | 2 | ||||
-rw-r--r-- | meta/recipes-support/libcap/libcap_2.20.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/libcap/libcap.inc b/meta/recipes-support/libcap/libcap.inc index 3bff3b99cf..efa46d6649 100644 --- a/meta/recipes-support/libcap/libcap.inc +++ b/meta/recipes-support/libcap/libcap.inc | |||
@@ -29,7 +29,7 @@ do_compile() { | |||
29 | } | 29 | } |
30 | 30 | ||
31 | do_install() { | 31 | do_install() { |
32 | oe_runmake install DESTDIR="${D}" | 32 | oe_runmake install DESTDIR="${D}" prefix="${prefix}" |
33 | } | 33 | } |
34 | 34 | ||
35 | # pam files | 35 | # pam files |
diff --git a/meta/recipes-support/libcap/libcap_2.20.bb b/meta/recipes-support/libcap/libcap_2.20.bb index c9741c252a..a2b49c699f 100644 --- a/meta/recipes-support/libcap/libcap_2.20.bb +++ b/meta/recipes-support/libcap/libcap_2.20.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | require libcap.inc | 1 | require libcap.inc |
2 | 2 | ||
3 | PR = "r2" | 3 | PR = "r3" |
4 | 4 | ||
5 | SRC_URI[md5sum] = "10e47ed32ca2214eb0e58780282d27b4" | 5 | SRC_URI[md5sum] = "10e47ed32ca2214eb0e58780282d27b4" |
6 | SRC_URI[sha256sum] = "20e7c1ea4d3d5c410efb3a6ff138dc417912fae316d883460dcd58d9803a9220" | 6 | SRC_URI[sha256sum] = "20e7c1ea4d3d5c410efb3a6ff138dc417912fae316d883460dcd58d9803a9220" |