]> code.ossystems Code Review - openembedded-core.git/commitdiff
busybox: upgrade to 1.23.2
authorChen Qi <Qi.Chen@windriver.com>
Tue, 7 Apr 2015 07:03:00 +0000 (15:03 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 9 Apr 2015 09:26:21 +0000 (10:26 +0100)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
meta/recipes-core/busybox/busybox_1.23.2.bb [moved from meta/recipes-core/busybox/busybox_1.23.1.bb with 90% similarity]
meta/recipes-core/busybox/busybox_git.bb

similarity index 90%
rename from meta/recipes-core/busybox/busybox_1.23.1.bb
rename to meta/recipes-core/busybox/busybox_1.23.2.bb
index 1742390ed9b4f0194791f38e7f01c9c74c1feb32..0af292df6f5bc070849fa0db40aa3031eabde4b2 100644 (file)
@@ -33,8 +33,8 @@ SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \
            file://CVE-2014-9645_busybox_reject_module_names_with_slashes.patch \
 "
 
-SRC_URI[tarball.md5sum] = "5c94d6301a964cd91619bd4d74605245"
-SRC_URI[tarball.sha256sum] = "300f1db0a7ca4ecee8f8d8027aba250b903372e8339b7d9123d37c1e900473bf"
+SRC_URI[tarball.md5sum] = "7925683d7dd105aabe9b6b618d48cc73"
+SRC_URI[tarball.sha256sum] = "05a6f9e21aad8c098e388ae77de7b2361941afa7157ef74216703395b14e319a"
 
 EXTRA_OEMAKE += "V=1 ARCH=${TARGET_ARCH} CROSS_COMPILE=${TARGET_PREFIX} SKIP_STRIP=y"
 
index 529ed5b318eff8bb9d774b993c9baa5425c2e3cf..7b868a26ac09b57af3917911b0b33372909436e9 100644 (file)
@@ -1,8 +1,8 @@
 require busybox.inc
 
-SRCREV = "1ecfe811fe2f70380170ef7d820e8150054e88ca"
+SRCREV = "be947c4d97c0dacb703a6f24dd813ff6dd3a33b6"
 # Lookout for PV bump too when SRCREV is changed
-PV = "1.23.1+git${SRCPV}"
+PV = "1.23.2+git${SRCPV}"
 
 S = "${WORKDIR}/git"