diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2015-04-07 15:03:00 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-04-10 18:10:23 +0100 |
commit | eac96036ddad001e50c38699c57277aa2cb2fef3 (patch) | |
tree | ea57725f51c582fd828de2ed777739034df472bd /meta/recipes-core | |
parent | 462e7cc2a166e4a557aa433a2d3656982b5586a4 (diff) | |
download | poky-eac96036ddad001e50c38699c57277aa2cb2fef3.tar.gz |
busybox: upgrade to 1.23.2
(From OE-Core rev: 2b7258c19dc8c286d19e9067b62374b754deeca2)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/busybox/busybox_1.23.2.bb (renamed from meta/recipes-core/busybox/busybox_1.23.1.bb) | 4 | ||||
-rw-r--r-- | meta/recipes-core/busybox/busybox_git.bb | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-core/busybox/busybox_1.23.1.bb b/meta/recipes-core/busybox/busybox_1.23.2.bb index 1742390ed9..0af292df6f 100644 --- a/meta/recipes-core/busybox/busybox_1.23.1.bb +++ b/meta/recipes-core/busybox/busybox_1.23.2.bb | |||
@@ -33,8 +33,8 @@ SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \ | |||
33 | file://CVE-2014-9645_busybox_reject_module_names_with_slashes.patch \ | 33 | file://CVE-2014-9645_busybox_reject_module_names_with_slashes.patch \ |
34 | " | 34 | " |
35 | 35 | ||
36 | SRC_URI[tarball.md5sum] = "5c94d6301a964cd91619bd4d74605245" | 36 | SRC_URI[tarball.md5sum] = "7925683d7dd105aabe9b6b618d48cc73" |
37 | SRC_URI[tarball.sha256sum] = "300f1db0a7ca4ecee8f8d8027aba250b903372e8339b7d9123d37c1e900473bf" | 37 | SRC_URI[tarball.sha256sum] = "05a6f9e21aad8c098e388ae77de7b2361941afa7157ef74216703395b14e319a" |
38 | 38 | ||
39 | EXTRA_OEMAKE += "V=1 ARCH=${TARGET_ARCH} CROSS_COMPILE=${TARGET_PREFIX} SKIP_STRIP=y" | 39 | EXTRA_OEMAKE += "V=1 ARCH=${TARGET_ARCH} CROSS_COMPILE=${TARGET_PREFIX} SKIP_STRIP=y" |
40 | 40 | ||
diff --git a/meta/recipes-core/busybox/busybox_git.bb b/meta/recipes-core/busybox/busybox_git.bb index 529ed5b318..7b868a26ac 100644 --- a/meta/recipes-core/busybox/busybox_git.bb +++ b/meta/recipes-core/busybox/busybox_git.bb | |||
@@ -1,8 +1,8 @@ | |||
1 | require busybox.inc | 1 | require busybox.inc |
2 | 2 | ||
3 | SRCREV = "1ecfe811fe2f70380170ef7d820e8150054e88ca" | 3 | SRCREV = "be947c4d97c0dacb703a6f24dd813ff6dd3a33b6" |
4 | # Lookout for PV bump too when SRCREV is changed | 4 | # Lookout for PV bump too when SRCREV is changed |
5 | PV = "1.23.1+git${SRCPV}" | 5 | PV = "1.23.2+git${SRCPV}" |
6 | 6 | ||
7 | S = "${WORKDIR}/git" | 7 | S = "${WORKDIR}/git" |
8 | 8 | ||