[oe-commits] [openembedded-core] 13/39: libcap: 2.24 -> 2.25

git at git.openembedded.org git at git.openembedded.org
Tue Jun 14 12:04:37 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 0ffcb59b700981a00c0e93e33cae5f720dc9a82b
Author: Robert Yang <liezhi.yang at windriver.com>
AuthorDate: Sun Jun 12 01:25:11 2016 -0700

    libcap: 2.24 -> 2.25
    
    And fixed do_install:
    SBINDIR="${D}${sbindir}" -> SBINDIR="${sbindir}"
    
    Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-support/libcap/{libcap_2.24.bb => libcap_2.25.bb} | 6 +++---
 1 file 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
similarity index 92%
rename from meta/recipes-support/libcap/libcap_2.24.bb
rename to meta/recipes-support/libcap/libcap_2.25.bb
index a701019..865ebb8 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"
 
 SRC_URI = "${KERNELORG_MIRROR}/linux/libs/security/linux-privs/${BPN}2/${BPN}-${PV}.tar.xz"
 
-SRC_URI[md5sum] = "d43ab9f680435a7fff35b4ace8d45b80"
-SRC_URI[sha256sum] = "cee4568f78dc851d726fc93f25f4ed91cc223b1fe8259daa4a77158d174e6c65"
+SRC_URI[md5sum] = "6666b839e5d46c2ad33fc8aa2ceb5f77"
+SRC_URI[sha256sum] = "693c8ac51e983ee678205571ef272439d83afe62dd8e424ea14ad9790bc35162"
 
 inherit lib_package
 
@@ -54,7 +54,7 @@ do_install() {
 		${EXTRA_OECONF} \
 		DESTDIR="${D}" \
 		prefix="${prefix}" \
-		SBINDIR="${D}${sbindir}"
+		SBINDIR="${sbindir}"
 }
 
 do_install_append() {

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list