diff options
author | Phil Blundell <philb@gnu.org> | 2012-09-22 14:25:19 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-09-24 11:30:35 +0100 |
commit | 5378763f4c8af270805c7bf4a8726d474c6a2ba9 (patch) | |
tree | cb66280a592ba74082ed8dab42e6a5b7e22c7f82 /meta/recipes-support/libcap | |
parent | 4d741c106cd6c657a353a2cf89af58a2d3b611b6 (diff) | |
download | poky-5378763f4c8af270805c7bf4a8726d474c6a2ba9.tar.gz |
libcap: respect ${base_sbindir}
Need to pass the path explicitly to "make install" to ensure that the binaries end up
in the right locations.
(From OE-Core rev: 3dffb9f577b794e8b78fb884adf9a15c45965bc4)
Signed-off-by: Phil Blundell <pb@pbcl.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libcap')
-rw-r--r-- | meta/recipes-support/libcap/libcap.inc | 2 | ||||
-rw-r--r-- | meta/recipes-support/libcap/libcap_2.22.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 5d7291eeb5..bfaeffd746 100644 --- a/meta/recipes-support/libcap/libcap.inc +++ b/meta/recipes-support/libcap/libcap.inc | |||
@@ -43,7 +43,7 @@ do_compile() { | |||
43 | } | 43 | } |
44 | 44 | ||
45 | do_install() { | 45 | do_install() { |
46 | oe_runmake install DESTDIR="${D}" prefix="${prefix}" | 46 | oe_runmake install DESTDIR="${D}" prefix="${prefix}" SBINDIR="${D}${base_sbindir}" |
47 | } | 47 | } |
48 | 48 | ||
49 | do_install_append() { | 49 | do_install_append() { |
diff --git a/meta/recipes-support/libcap/libcap_2.22.bb b/meta/recipes-support/libcap/libcap_2.22.bb index b631c5146f..d57c102fef 100644 --- a/meta/recipes-support/libcap/libcap_2.22.bb +++ b/meta/recipes-support/libcap/libcap_2.22.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | require libcap.inc | 1 | require libcap.inc |
2 | 2 | ||
3 | PR = "r3" | 3 | PR = "r4" |
4 | 4 | ||
5 | SRC_URI[md5sum] = "b4896816b626bea445f0b3849bdd4077" | 5 | SRC_URI[md5sum] = "b4896816b626bea445f0b3849bdd4077" |
6 | SRC_URI[sha256sum] = "e1cae65d8febf2579be37c255d2e058715785ead481a4e6a4357a06aff84721f" | 6 | SRC_URI[sha256sum] = "e1cae65d8febf2579be37c255d2e058715785ead481a4e6a4357a06aff84721f" |