diff options
| author | Chen Qi <Qi.Chen@windriver.com> | 2014-01-22 10:39:46 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-02-02 11:22:12 +0000 |
| commit | b1ea3455379e38d4e56970505c05b4104d5f1234 (patch) | |
| tree | 0900ad3eef7a6bd6d31d18abf0ce932e819da9cb /meta/recipes-core/busybox/busybox_1.21.1.bb | |
| parent | 47208175027686339dd18df52b60ec2c43594918 (diff) | |
| download | poky-b1ea3455379e38d4e56970505c05b4104d5f1234.tar.gz | |
busybox: upgrade to stable 1.22.1
Upgrade busybox to the stable release 1.22.1.
During this upgrade, 9 patches are removed. Reasons are detailed below.
The following 6 patches are removed as they have been merged.
meta/recipes-core/busybox/busybox/busybox-lineedit-initialize-delptr.patch
meta/recipes-core/busybox/busybox/busybox-list-suid-and-non-suid-app-configs.patch
meta/recipes-core/busybox/busybox/busybox-sed-fix-sed-clusternewline-testcase.patch
meta/recipes-core/busybox/busybox/busybox-sulogin-empty-root-password.patch
meta/recipes-core/busybox/busybox/find-get-rid-of-nested-functions.patch
meta/recipes-core/busybox/busybox/testsuite-du-du-k-works-fix-false-positive.patch
The following three patches are removed because they are mainly about moving
binaries from /bin to /usr/bin to make the update-alternative work correctly
at rootfs time. We can easily solve this problem by changing recipes. There's
no compelling reason why such patches are needed.
meta/recipes-core/busybox/busybox/run-parts.in.usr-bin.patch
meta/recipes-core/busybox/busybox/stat-usr-bin.patch
meta/recipes-core/busybox/busybox/watch.in.usr-bin.patch
(From OE-Core rev: fa282186d82e8fe3c590d4ea79e464116e5ceea2)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/busybox/busybox_1.21.1.bb')
| -rw-r--r-- | meta/recipes-core/busybox/busybox_1.21.1.bb | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/meta/recipes-core/busybox/busybox_1.21.1.bb b/meta/recipes-core/busybox/busybox_1.21.1.bb deleted file mode 100644 index cf59f58e76..0000000000 --- a/meta/recipes-core/busybox/busybox_1.21.1.bb +++ /dev/null | |||
| @@ -1,50 +0,0 @@ | |||
| 1 | require busybox.inc | ||
| 2 | |||
| 3 | SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \ | ||
| 4 | file://get_header_tar.patch \ | ||
| 5 | file://busybox-appletlib-dependency.patch \ | ||
| 6 | file://run-parts.in.usr-bin.patch \ | ||
| 7 | file://watch.in.usr-bin.patch \ | ||
| 8 | file://busybox-udhcpc-no_deconfig.patch \ | ||
| 9 | file://find-touchscreen.sh \ | ||
| 10 | file://busybox-cron \ | ||
| 11 | file://busybox-httpd \ | ||
| 12 | file://busybox-udhcpd \ | ||
| 13 | file://default.script \ | ||
| 14 | file://simple.script \ | ||
| 15 | file://hwclock.sh \ | ||
| 16 | file://mount.busybox \ | ||
| 17 | file://syslog \ | ||
| 18 | file://syslog-startup.conf \ | ||
| 19 | file://syslog.conf \ | ||
| 20 | file://busybox-syslog.default \ | ||
| 21 | file://mdev \ | ||
| 22 | file://mdev.conf \ | ||
| 23 | file://umount.busybox \ | ||
| 24 | file://defconfig \ | ||
| 25 | file://stat-usr-bin.patch \ | ||
| 26 | file://busybox-syslog.service.in \ | ||
| 27 | file://busybox-klogd.service.in \ | ||
| 28 | file://testsuite-du-du-k-works-fix-false-positive.patch \ | ||
| 29 | file://fail_on_no_media.patch \ | ||
| 30 | file://busybox-sulogin-empty-root-password.patch \ | ||
| 31 | file://run-ptest \ | ||
| 32 | file://inetd.conf \ | ||
| 33 | file://inetd \ | ||
| 34 | file://login-utilities.cfg \ | ||
| 35 | file://busybox-list-suid-and-non-suid-app-configs.patch \ | ||
| 36 | file://busybox-sed-fix-sed-clusternewline-testcase.patch \ | ||
| 37 | file://find-get-rid-of-nested-functions.patch \ | ||
| 38 | file://busybox-lineedit-initialize-delptr.patch \ | ||
| 39 | " | ||
| 40 | |||
| 41 | SRC_URI[tarball.md5sum] = "795394f83903b5eec6567d51eebb417e" | ||
| 42 | SRC_URI[tarball.sha256sum] = "cd5be0912ec856110ae12c76c3ec9cd5cba1df45b5a9da2b095b8284d1481303" | ||
| 43 | |||
| 44 | EXTRA_OEMAKE += "V=1 ARCH=${TARGET_ARCH} CROSS_COMPILE=${TARGET_PREFIX} SKIP_STRIP=y" | ||
| 45 | |||
| 46 | do_install_ptest () { | ||
| 47 | cp -r ${B}/testsuite ${D}${PTEST_PATH}/ | ||
| 48 | cp ${B}/.config ${D}${PTEST_PATH}/ | ||
| 49 | ln -s /bin/busybox ${D}${PTEST_PATH}/busybox | ||
| 50 | } | ||
