From eac96036ddad001e50c38699c57277aa2cb2fef3 Mon Sep 17 00:00:00 2001 From: Chen Qi Date: Tue, 7 Apr 2015 15:03:00 +0800 Subject: busybox: upgrade to 1.23.2 (From OE-Core rev: 2b7258c19dc8c286d19e9067b62374b754deeca2) Signed-off-by: Chen Qi Signed-off-by: Richard Purdie --- meta/recipes-core/busybox/busybox_1.23.1.bb | 45 ----------------------------- meta/recipes-core/busybox/busybox_1.23.2.bb | 45 +++++++++++++++++++++++++++++ meta/recipes-core/busybox/busybox_git.bb | 4 +-- 3 files changed, 47 insertions(+), 47 deletions(-) delete mode 100644 meta/recipes-core/busybox/busybox_1.23.1.bb create mode 100644 meta/recipes-core/busybox/busybox_1.23.2.bb (limited to 'meta/recipes-core/busybox') diff --git a/meta/recipes-core/busybox/busybox_1.23.1.bb b/meta/recipes-core/busybox/busybox_1.23.1.bb deleted file mode 100644 index 1742390ed9..0000000000 --- a/meta/recipes-core/busybox/busybox_1.23.1.bb +++ /dev/null @@ -1,45 +0,0 @@ -require busybox.inc - -SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \ - file://get_header_tar.patch \ - file://busybox-appletlib-dependency.patch \ - file://busybox-udhcpc-no_deconfig.patch \ - file://find-touchscreen.sh \ - file://busybox-cron \ - file://busybox-httpd \ - file://busybox-udhcpd \ - file://default.script \ - file://simple.script \ - file://hwclock.sh \ - file://mount.busybox \ - file://syslog \ - file://syslog-startup.conf \ - file://syslog.conf \ - file://busybox-syslog.default \ - file://mdev \ - file://mdev.conf \ - file://mdev-mount.sh \ - file://umount.busybox \ - file://defconfig \ - file://busybox-syslog.service.in \ - file://busybox-klogd.service.in \ - file://fail_on_no_media.patch \ - file://run-ptest \ - file://inetd.conf \ - file://inetd \ - file://login-utilities.cfg \ - file://recognize_connmand.patch \ - file://busybox-cross-menuconfig.patch \ - file://CVE-2014-9645_busybox_reject_module_names_with_slashes.patch \ -" - -SRC_URI[tarball.md5sum] = "5c94d6301a964cd91619bd4d74605245" -SRC_URI[tarball.sha256sum] = "300f1db0a7ca4ecee8f8d8027aba250b903372e8339b7d9123d37c1e900473bf" - -EXTRA_OEMAKE += "V=1 ARCH=${TARGET_ARCH} CROSS_COMPILE=${TARGET_PREFIX} SKIP_STRIP=y" - -do_install_ptest () { - cp -r ${B}/testsuite ${D}${PTEST_PATH}/ - cp ${B}/.config ${D}${PTEST_PATH}/ - ln -s /bin/busybox ${D}${PTEST_PATH}/busybox -} diff --git a/meta/recipes-core/busybox/busybox_1.23.2.bb b/meta/recipes-core/busybox/busybox_1.23.2.bb new file mode 100644 index 0000000000..0af292df6f --- /dev/null +++ b/meta/recipes-core/busybox/busybox_1.23.2.bb @@ -0,0 +1,45 @@ +require busybox.inc + +SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \ + file://get_header_tar.patch \ + file://busybox-appletlib-dependency.patch \ + file://busybox-udhcpc-no_deconfig.patch \ + file://find-touchscreen.sh \ + file://busybox-cron \ + file://busybox-httpd \ + file://busybox-udhcpd \ + file://default.script \ + file://simple.script \ + file://hwclock.sh \ + file://mount.busybox \ + file://syslog \ + file://syslog-startup.conf \ + file://syslog.conf \ + file://busybox-syslog.default \ + file://mdev \ + file://mdev.conf \ + file://mdev-mount.sh \ + file://umount.busybox \ + file://defconfig \ + file://busybox-syslog.service.in \ + file://busybox-klogd.service.in \ + file://fail_on_no_media.patch \ + file://run-ptest \ + file://inetd.conf \ + file://inetd \ + file://login-utilities.cfg \ + file://recognize_connmand.patch \ + file://busybox-cross-menuconfig.patch \ + file://CVE-2014-9645_busybox_reject_module_names_with_slashes.patch \ +" + +SRC_URI[tarball.md5sum] = "7925683d7dd105aabe9b6b618d48cc73" +SRC_URI[tarball.sha256sum] = "05a6f9e21aad8c098e388ae77de7b2361941afa7157ef74216703395b14e319a" + +EXTRA_OEMAKE += "V=1 ARCH=${TARGET_ARCH} CROSS_COMPILE=${TARGET_PREFIX} SKIP_STRIP=y" + +do_install_ptest () { + cp -r ${B}/testsuite ${D}${PTEST_PATH}/ + cp ${B}/.config ${D}${PTEST_PATH}/ + ln -s /bin/busybox ${D}${PTEST_PATH}/busybox +} 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 @@ 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" -- cgit v1.2.3-54-g00ecf