[oe-commits] Chen Qi : busybox: upgrade to stable 1.22.1

git at git.openembedded.org git at git.openembedded.org
Sun Feb 2 11:26:07 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: fa282186d82e8fe3c590d4ea79e464116e5ceea2
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=fa282186d82e8fe3c590d4ea79e464116e5ceea2

Author: Chen Qi <Qi.Chen at windriver.com>
Date:   Wed Jan 22 10:39:46 2014 +0800

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

Signed-off-by: Chen Qi <Qi.Chen at windriver.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 .../busybox-lineedit-initialize-delptr.patch       |  23 --
 ...usybox-list-suid-and-non-suid-app-configs.patch | 179 --------------
 ...sybox-sed-fix-sed-clusternewline-testcase.patch | 262 ---------------------
 .../busybox-sulogin-empty-root-password.patch      |  58 -----
 .../busybox/find-get-rid-of-nested-functions.patch | 117 ---------
 .../busybox/busybox/run-parts.in.usr-bin.patch     |  29 ---
 .../busybox/busybox/stat-usr-bin.patch             |  21 --
 ...estsuite-du-du-k-works-fix-false-positive.patch |  35 ---
 .../busybox/busybox/watch.in.usr-bin.patch         |  29 ---
 .../{busybox_1.21.1.bb => busybox_1.22.1.bb}       |  13 +-
 meta/recipes-core/busybox/busybox_git.bb           |  11 +-
 11 files changed, 4 insertions(+), 773 deletions(-)

Diff:   http://git.openembedded.org/?p=openembedded-core.git/?a=commitdiff;h=fa282186d82e8fe3c590d4ea79e464116e5ceea2


More information about the Openembedded-commits mailing list