diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2016-06-12 01:25:11 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-06-15 08:35:00 +0100 |
commit | e5043dbbccd05e27d0a020215c38de2be4829187 (patch) | |
tree | 72c66b8f30d940d734210dcbc390a83b36cabe62 /meta/recipes-support | |
parent | 791e18a026b548257df2a8937a4f53a768bf4965 (diff) | |
download | poky-e5043dbbccd05e27d0a020215c38de2be4829187.tar.gz |
libcap: 2.24 -> 2.25
And fixed do_install:
SBINDIR="${D}${sbindir}" -> SBINDIR="${sbindir}"
(From OE-Core rev: 0ffcb59b700981a00c0e93e33cae5f720dc9a82b)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/libcap/libcap_2.25.bb (renamed from meta/recipes-support/libcap/libcap_2.24.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-support/libcap/libcap_2.24.bb b/meta/recipes-support/libcap/libcap_2.25.bb index a701019bb4..865ebb8d2c 100644 --- a/meta/recipes-support/libcap/libcap_2.24.bb +++ b/meta/recipes-support/libcap/libcap_2.25.bb | |||
@@ -9,8 +9,8 @@ DEPENDS = "hostperl-runtime-native" | |||
9 | 9 | ||
10 | SRC_URI = "${KERNELORG_MIRROR}/linux/libs/security/linux-privs/${BPN}2/${BPN}-${PV}.tar.xz" | 10 | SRC_URI = "${KERNELORG_MIRROR}/linux/libs/security/linux-privs/${BPN}2/${BPN}-${PV}.tar.xz" |
11 | 11 | ||
12 | SRC_URI[md5sum] = "d43ab9f680435a7fff35b4ace8d45b80" | 12 | SRC_URI[md5sum] = "6666b839e5d46c2ad33fc8aa2ceb5f77" |
13 | SRC_URI[sha256sum] = "cee4568f78dc851d726fc93f25f4ed91cc223b1fe8259daa4a77158d174e6c65" | 13 | SRC_URI[sha256sum] = "693c8ac51e983ee678205571ef272439d83afe62dd8e424ea14ad9790bc35162" |
14 | 14 | ||
15 | inherit lib_package | 15 | inherit lib_package |
16 | 16 | ||
@@ -54,7 +54,7 @@ do_install() { | |||
54 | ${EXTRA_OECONF} \ | 54 | ${EXTRA_OECONF} \ |
55 | DESTDIR="${D}" \ | 55 | DESTDIR="${D}" \ |
56 | prefix="${prefix}" \ | 56 | prefix="${prefix}" \ |
57 | SBINDIR="${D}${sbindir}" | 57 | SBINDIR="${sbindir}" |
58 | } | 58 | } |
59 | 59 | ||
60 | do_install_append() { | 60 | do_install_append() { |