From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [143.182.124.21]) by mail.openembedded.org (Postfix) with ESMTP id 50D57606AC for ; Thu, 4 Jul 2013 22:59:07 +0000 (UTC) Received: from azsmga002.ch.intel.com ([10.2.17.35]) by azsmga101.ch.intel.com with ESMTP; 04 Jul 2013 15:59:08 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.87,997,1363158000"; d="scan'208";a="264233122" Received: from unknown (HELO [10.255.13.183]) ([10.255.13.183]) by AZSMGA002.ch.intel.com with ESMTP; 04 Jul 2013 15:59:07 -0700 Message-ID: <51D5FE3B.5070306@linux.intel.com> Date: Thu, 04 Jul 2013 15:59:07 -0700 From: Saul Wold User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130514 Thunderbird/17.0.6 MIME-Version: 1.0 To: Qi.Chen@windriver.com References: <940ededa8463ccd87790197f33f330d602772f7d.1372819132.git.Qi.Chen@windriver.com> In-Reply-To: <940ededa8463ccd87790197f33f330d602772f7d.1372819132.git.Qi.Chen@windriver.com> Cc: qingtao.cao@windriver.com, openembedded-core@lists.openembedded.org Subject: Re: [PATCH 1/1] busybox: upgrade to stable 1.21.1 X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Jul 2013 22:59:07 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 07/02/2013 07:39 PM, Qi.Chen@windriver.com wrote: > From: Chen Qi > > Merged or backported patches are dropped. > The wget_dl_dir_fix.patch was submitted more than 1 year ago, it's > about the -P option behavior, and it's not accepted, so I dropped > this patch too. > > Signed-off-by: Chen Qi > --- > .../poky-tiny/defconfig | 0 > ...box_1.20.2.bbappend => busybox_1.21.1.bbappend} | 0 These two need to go to the meta-yocto (poky@yoctoproject.org). Thanks Sau! > .../busybox/busybox-1.20.2/B921600.patch | 24 ----- > .../busybox-1.20.2/busybox-1.20.2-kernel_ver.patch | 28 ------ > .../busybox-mkfs-minix-tests_bigendian.patch | 34 ------- > .../fix-for-spurious-testsuite-failure.patch | 27 ------ > .../busybox/busybox-1.20.2/strict-atime.patch | 49 ---------- > .../busybox/busybox-1.20.2/sys_resource.patch | 99 -------------------- > .../busybox/busybox-1.20.2/wget_dl_dir_fix.patch | 30 ------ > .../busybox-appletlib-dependency.patch | 0 > ...usybox-list-suid-and-non-suid-app-configs.patch | 0 > .../busybox-sulogin-empty-root-password.patch | 0 > .../busybox-udhcpc-no_deconfig.patch | 0 > .../{busybox-1.20.2 => busybox-1.21.1}/defconfig | 0 > .../fail_on_no_media.patch | 0 > .../get_header_tar.patch | 0 > .../login-utilities.cfg | 0 > .../run-parts.in.usr-bin.patch | 4 +- > .../stat-usr-bin.patch | 0 > ...estsuite-du-du-k-works-fix-false-positive.patch | 0 > .../watch.in.usr-bin.patch | 0 > .../{busybox_1.20.2.bb => busybox_1.21.1.bb} | 13 +-- > 22 files changed, 5 insertions(+), 303 deletions(-) > rename meta-yocto/recipes-core/busybox/{busybox-1.20.2 => busybox-1.21.1}/poky-tiny/defconfig (100%) > rename meta-yocto/recipes-core/busybox/{busybox_1.20.2.bbappend => busybox_1.21.1.bbappend} (100%) > delete mode 100644 meta/recipes-core/busybox/busybox-1.20.2/B921600.patch > delete mode 100644 meta/recipes-core/busybox/busybox-1.20.2/busybox-1.20.2-kernel_ver.patch > delete mode 100644 meta/recipes-core/busybox/busybox-1.20.2/busybox-mkfs-minix-tests_bigendian.patch > delete mode 100644 meta/recipes-core/busybox/busybox-1.20.2/fix-for-spurious-testsuite-failure.patch > delete mode 100644 meta/recipes-core/busybox/busybox-1.20.2/strict-atime.patch > delete mode 100644 meta/recipes-core/busybox/busybox-1.20.2/sys_resource.patch > delete mode 100644 meta/recipes-core/busybox/busybox-1.20.2/wget_dl_dir_fix.patch > rename meta/recipes-core/busybox/{busybox-1.20.2 => busybox-1.21.1}/busybox-appletlib-dependency.patch (100%) > rename meta/recipes-core/busybox/{busybox-1.20.2 => busybox-1.21.1}/busybox-list-suid-and-non-suid-app-configs.patch (100%) > rename meta/recipes-core/busybox/{busybox-1.20.2 => busybox-1.21.1}/busybox-sulogin-empty-root-password.patch (100%) > rename meta/recipes-core/busybox/{busybox-1.20.2 => busybox-1.21.1}/busybox-udhcpc-no_deconfig.patch (100%) > rename meta/recipes-core/busybox/{busybox-1.20.2 => busybox-1.21.1}/defconfig (100%) > rename meta/recipes-core/busybox/{busybox-1.20.2 => busybox-1.21.1}/fail_on_no_media.patch (100%) > rename meta/recipes-core/busybox/{busybox-1.20.2 => busybox-1.21.1}/get_header_tar.patch (100%) > rename meta/recipes-core/busybox/{busybox-1.20.2 => busybox-1.21.1}/login-utilities.cfg (100%) > rename meta/recipes-core/busybox/{busybox-1.20.2 => busybox-1.21.1}/run-parts.in.usr-bin.patch (94%) > rename meta/recipes-core/busybox/{busybox-1.20.2 => busybox-1.21.1}/stat-usr-bin.patch (100%) > rename meta/recipes-core/busybox/{busybox-1.20.2 => busybox-1.21.1}/testsuite-du-du-k-works-fix-false-positive.patch (100%) > rename meta/recipes-core/busybox/{busybox-1.20.2 => busybox-1.21.1}/watch.in.usr-bin.patch (100%) > rename meta/recipes-core/busybox/{busybox_1.20.2.bb => busybox_1.21.1.bb} (75%) > > diff --git a/meta-yocto/recipes-core/busybox/busybox-1.20.2/poky-tiny/defconfig b/meta-yocto/recipes-core/busybox/busybox-1.21.1/poky-tiny/defconfig > similarity index 100% > rename from meta-yocto/recipes-core/busybox/busybox-1.20.2/poky-tiny/defconfig > rename to meta-yocto/recipes-core/busybox/busybox-1.21.1/poky-tiny/defconfig > diff --git a/meta-yocto/recipes-core/busybox/busybox_1.20.2.bbappend b/meta-yocto/recipes-core/busybox/busybox_1.21.1.bbappend > similarity index 100% > rename from meta-yocto/recipes-core/busybox/busybox_1.20.2.bbappend > rename to meta-yocto/recipes-core/busybox/busybox_1.21.1.bbappend > diff --git a/meta/recipes-core/busybox/busybox-1.20.2/B921600.patch b/meta/recipes-core/busybox/busybox-1.20.2/B921600.patch > deleted file mode 100644 > index c4d98e3..0000000 > --- a/meta/recipes-core/busybox/busybox-1.20.2/B921600.patch > +++ /dev/null > @@ -1,24 +0,0 @@ > -Upstream-Status: Inappropriate [configuration] > - > -# copy commit message from OE as the patch comment: > -# commit 5b1ed09b1ab1a60a28a76e4658bc9957cd361b5d > -# Author: Valentin Longchamp > -# Date: Mon Dec 8 14:43:23 2008 +0100 > - > -# busybox: added support for 921600 speed of serial line > -# > -# above comment added by Kevin Tian , 2010-07-06 > - > -diff -upNr busybox-1.7.2/libbb/speed_table.c busybox-1.7.2-921600/libbb/speed_table.c > ---- busybox-1.7.2/libbb/speed_table.c 2007-09-03 13:48:41.000000000 +0200 > -+++ busybox-1.7.2-921600/libbb/speed_table.c 2008-10-09 16:23:26.269592899 +0200 > -@@ -52,6 +52,9 @@ static const struct speed_map speeds[] = > - #ifdef B460800 > - {B460800, 460800/256 + 0x8000U}, > - #endif > -+#ifdef B921600 > -+ {B921600, 921600/256 + 0x8000U}, > -+#endif > - }; > - > - enum { NUM_SPEEDS = ARRAY_SIZE(speeds) }; > diff --git a/meta/recipes-core/busybox/busybox-1.20.2/busybox-1.20.2-kernel_ver.patch b/meta/recipes-core/busybox/busybox-1.20.2/busybox-1.20.2-kernel_ver.patch > deleted file mode 100644 > index 69bbe73..0000000 > --- a/meta/recipes-core/busybox/busybox-1.20.2/busybox-1.20.2-kernel_ver.patch > +++ /dev/null > @@ -1,28 +0,0 @@ > -Signed-off-by: Radu Moisan > -Upstream-Status: Pending > - > ---- busybox-1.20.2/libbb/kernel_version.c > -+++ busybox-1.20.2-kernel_ver/libbb/kernel_version.c > -@@ -20,18 +20,15 @@ > - int FAST_FUNC get_linux_version_code(void) > - { > - struct utsname name; > -- char *s; > -+ char *s, *t; > - int i, r; > - > -- if (uname(&name) == -1) { > -- bb_perror_msg("can't get system information"); > -- return 0; > -- } > -- > -+ uname(&name); /* never fails */ > - s = name.release; > - r = 0; > - for (i = 0; i < 3; i++) { > -- r = r * 256 + atoi(strtok(s, ".")); > -+ t = strtok(s, "."); > -+ r = r * 256 + (t ? atoi(t) : 0); > - s = NULL; > - } > - return r; > diff --git a/meta/recipes-core/busybox/busybox-1.20.2/busybox-mkfs-minix-tests_bigendian.patch b/meta/recipes-core/busybox/busybox-1.20.2/busybox-mkfs-minix-tests_bigendian.patch > deleted file mode 100644 > index 089c5e0..0000000 > --- a/meta/recipes-core/busybox/busybox-1.20.2/busybox-mkfs-minix-tests_bigendian.patch > +++ /dev/null > @@ -1,34 +0,0 @@ > -patch mkfs.minix.tests to have correct md5sum on big endian platform > - > -Upstream-Status: Accepted, expected in next release > - > -Signed-off-by: Yao Zhao > - > -diff --git a/testsuite/mkfs.minix.tests b/testsuite/mkfs.minix.tests > -index 8a33c16..7eecaf2 100755 > ---- a/testsuite/mkfs.minix.tests > -+++ b/testsuite/mkfs.minix.tests > -@@ -8,6 +8,14 @@ > - > - # testing "test name" "options" "expected result" "file input" "stdin" > - > -+# '\n' produces 10 on little endian, but not on big endian > -+cr=`echo | od -i | sed 's/.* //g;2d'` > -+if [ x"$cr" = x"10" ]; then > -+ hash=4f35f7afeba07d56055bed1f29ae20b7 > -+else > -+ hash=5adbc1b3ccd20ca5d0ab5bc1e13ac3fc > -+fi > -+ > - testing "mkfs.minix" \ > - "dd if=/dev/zero of=input bs=1k count=1024 2>/dev/null; mkfs.minix input; md5sum - "352 inodes\n"\ > -@@ -15,7 +23,7 @@ testing "mkfs.minix" \ > - "Firstdatazone=15 (15)\n"\ > - "Zonesize=1024\n"\ > - "Maxsize=268966912\n"\ > --"4f35f7afeba07d56055bed1f29ae20b7 -\n" \ > -+"$hash -\n" \ > - "" \ > - "" > - > diff --git a/meta/recipes-core/busybox/busybox-1.20.2/fix-for-spurious-testsuite-failure.patch b/meta/recipes-core/busybox/busybox-1.20.2/fix-for-spurious-testsuite-failure.patch > deleted file mode 100644 > index b75eaac..0000000 > --- a/meta/recipes-core/busybox/busybox-1.20.2/fix-for-spurious-testsuite-failure.patch > +++ /dev/null > @@ -1,27 +0,0 @@ > -Backport the patch from: > -http://git.busybox.net/busybox/commit/?id=a5ee090e8651692545514a81a16c6cde3a2dc577 > - > -From a5ee090e8651692545514a81a16c6cde3a2dc577 Mon Sep 17 00:00:00 2001 > -From: Denys Vlasenko > -Date: Thu, 10 May 2012 19:26:37 +0200 > -Subject: [PATCH] fix for spurious testsuite failure > - > -Upstream-Status: Backport > -Signed-off-by: Denys Vlasenko > ---- > - testsuite/du/du-k-works | 1 + > - 1 files changed, 1 insertions(+), 0 deletions(-) > - > -diff --git a/testsuite/du/du-k-works b/testsuite/du/du-k-works > -index 229a948..36dcaa8 100644 > ---- a/testsuite/du/du-k-works > -+++ b/testsuite/du/du-k-works > -@@ -3,4 +3,5 @@ cd du.testdir > - dd if=/dev/zero of=file1 bs=1k count=64 2>/dev/null > - dd if=/dev/zero of=file2 bs=1k count=16 2>/dev/null > - test x"`busybox du -k .`" = x"80 ." \ > -+ -o x"`busybox du -k .`" = x"84 ." \ > - -o x"`busybox du -k .`" = x"88 ." > --- > -1.7.4.1 > - > diff --git a/meta/recipes-core/busybox/busybox-1.20.2/strict-atime.patch b/meta/recipes-core/busybox/busybox-1.20.2/strict-atime.patch > deleted file mode 100644 > index 8696427..0000000 > --- a/meta/recipes-core/busybox/busybox-1.20.2/strict-atime.patch > +++ /dev/null > @@ -1,49 +0,0 @@ > -Add support for the "strictatime" mount option. > - > -Upstream-Status: Backport [9ad8979ff15e1b894ee1f4bb6a2535a1a2c20d65] > -Signed-off-by: Ross Burton > - > -Index: busybox-1.20.2/util-linux/mount.c > -=================================================================== > ---- busybox-1.20.2.orig/util-linux/mount.c 2012-07-02 15:08:25.000000000 +0100 > -+++ busybox-1.20.2/util-linux/mount.c 2013-03-22 15:37:31.340277463 +0000 > -@@ -113,6 +113,12 @@ > - #ifndef MS_RELATIME > - # define MS_RELATIME (1 << 21) > - #endif > -+#ifndef MS_STRICTATIME > -+# define MS_STRICTATIME (1 << 24) > -+#endif > -+ > -+/* Any ~MS_FOO value has this bit set: */ > -+#define BB_MS_INVERTED_VALUE (1u << 31) > - > - #include "libbb.h" > - #if ENABLE_FEATURE_MOUNT_LABEL > -@@ -239,6 +245,7 @@ > - /* "nomand" */ ~MS_MANDLOCK, > - /* "relatime" */ MS_RELATIME, > - /* "norelatime" */ ~MS_RELATIME, > -+ /* "strictatime" */ MS_STRICTATIME, > - /* "loud" */ ~MS_SILENT, > - /* "rbind" */ MS_BIND|MS_RECURSIVE, > - > -@@ -295,6 +302,7 @@ > - "nomand\0" > - "relatime\0" > - "norelatime\0" > -+ "strictatime\0" > - "loud\0" > - "rbind\0" > - > -@@ -466,8 +474,8 @@ > - // Find this option in mount_options > - for (i = 0; i < ARRAY_SIZE(mount_options); i++) { > - if (strcasecmp(option_str, options) == 0) { > -- long fl = mount_options[i]; > -- if (fl < 0) > -+ unsigned long fl = mount_options[i]; > -+ if (fl & BB_MS_INVERTED_VALUE) > - flags &= fl; > - else > - flags |= fl; > diff --git a/meta/recipes-core/busybox/busybox-1.20.2/sys_resource.patch b/meta/recipes-core/busybox/busybox-1.20.2/sys_resource.patch > deleted file mode 100644 > index bd55961..0000000 > --- a/meta/recipes-core/busybox/busybox-1.20.2/sys_resource.patch > +++ /dev/null > @@ -1,99 +0,0 @@ > -Signed-off-by: Khem Raj > - > -Upstream-Status: Pending > - > -From c5fe9f7b723f949457263ef8e22ab807d5b549ce Mon Sep 17 00:00:00 2001 > -From: Mike Frysinger > -Date: Fri, 06 Jul 2012 03:19:09 +0000 > -Subject: include sys/resource.h where needed > - > -We use functions from sys/resource.h in misc applets, but don't include > -the header. This breaks building with newer glibc versions, so add the > -include where needed. > - > -Signed-off-by: Mike Frysinger > ---- > -Index: busybox-1.19.4/loginutils/passwd.c > -=================================================================== > ---- busybox-1.19.4.orig/loginutils/passwd.c 2012-02-04 11:34:24.000000000 -0800 > -+++ busybox-1.19.4/loginutils/passwd.c 2012-07-06 17:48:27.388096092 -0700 > -@@ -15,6 +15,7 @@ > - > - #include "libbb.h" > - #include > -+#include /* setrlimit */ > - > - static void nuke_str(char *str) > - { > -Index: busybox-1.19.4/miscutils/time.c > -=================================================================== > ---- busybox-1.19.4.orig/miscutils/time.c 2012-02-04 11:24:55.000000000 -0800 > -+++ busybox-1.19.4/miscutils/time.c 2012-07-06 17:48:27.388096092 -0700 > -@@ -16,6 +16,7 @@ > - //usage: "\n -v Verbose" > - > - #include "libbb.h" > -+#include /* getrusage */ > - > - /* Information on the resources used by a child process. */ > - typedef struct { > -Index: busybox-1.19.4/networking/inetd.c > -=================================================================== > ---- busybox-1.19.4.orig/networking/inetd.c 2012-02-04 11:34:24.000000000 -0800 > -+++ busybox-1.19.4/networking/inetd.c 2012-07-06 17:48:54.852097259 -0700 > -@@ -165,6 +165,7 @@ > - //usage: "\n (default: 0 - disabled)" > - > - #include > -+#include /* setrlimit */ > - #include > - > - #include "libbb.h" > -Index: busybox-1.19.4/networking/ntpd.c > -=================================================================== > ---- busybox-1.19.4.orig/networking/ntpd.c 2012-02-04 11:24:55.000000000 -0800 > -+++ busybox-1.19.4/networking/ntpd.c 2012-07-06 17:48:27.392096048 -0700 > -@@ -46,6 +46,7 @@ > - #include "libbb.h" > - #include > - #include /* For IPTOS_LOWDELAY definition */ > -+#include /* setpriority */ > - #include > - #ifndef IPTOS_LOWDELAY > - # define IPTOS_LOWDELAY 0x10 > -Index: busybox-1.19.4/networking/ntpd_simple.c > -=================================================================== > ---- busybox-1.19.4.orig/networking/ntpd_simple.c 2012-02-04 11:24:55.000000000 -0800 > -+++ busybox-1.19.4/networking/ntpd_simple.c 2012-07-06 17:48:27.400095949 -0700 > -@@ -7,6 +7,7 @@ > - */ > - #include "libbb.h" > - #include /* For IPTOS_LOWDELAY definition */ > -+#include /* setpriority */ > - #ifndef IPTOS_LOWDELAY > - # define IPTOS_LOWDELAY 0x10 > - #endif > -Index: busybox-1.19.4/runit/chpst.c > -=================================================================== > ---- busybox-1.19.4.orig/runit/chpst.c 2012-02-04 11:34:24.000000000 -0800 > -+++ busybox-1.19.4/runit/chpst.c 2012-07-06 17:48:27.400095949 -0700 > -@@ -91,6 +91,7 @@ > - //usage: "\n a SIGXCPU after N seconds" > - > - #include "libbb.h" > -+#include /* getrlimit */ > - > - /* > - Five applets here: chpst, envdir, envuidgid, setuidgid, softlimit. > -Index: busybox-1.19.4/shell/shell_common.c > -=================================================================== > ---- busybox-1.19.4.orig/shell/shell_common.c 2012-02-04 11:34:24.000000000 -0800 > -+++ busybox-1.19.4/shell/shell_common.c 2012-07-06 17:48:27.400095949 -0700 > -@@ -18,6 +18,7 @@ > - */ > - #include "libbb.h" > - #include "shell_common.h" > -+#include /* getrlimit */ > - > - const char defifsvar[] ALIGN1 = "IFS= \t\n"; > - > diff --git a/meta/recipes-core/busybox/busybox-1.20.2/wget_dl_dir_fix.patch b/meta/recipes-core/busybox/busybox-1.20.2/wget_dl_dir_fix.patch > deleted file mode 100644 > index 3003965..0000000 > --- a/meta/recipes-core/busybox/busybox-1.20.2/wget_dl_dir_fix.patch > +++ /dev/null > @@ -1,30 +0,0 @@ > -In cases where busybox wget is invoked with -P <...> and the url ends > -in "/", the download directory is ignored (ie the file index.html is > -implied), this change enables the -P option for those urls. > - > -Signed-off-by: Amy Fong > -Upstream-Status: Submitted > ---- > - networking/wget.c | 10 +++++++--- > - 1 file changed, 7 insertions(+), 3 deletions(-) > - > ---- a/networking/wget.c > -+++ b/networking/wget.c > -@@ -589,10 +589,14 @@ > - if (!(option_mask32 & WGET_OPT_OUTNAME)) { > - G.fname_out = bb_get_last_path_component_nostrip(target.path); > - /* handle "wget http://kernel.org//" */ > -- if (G.fname_out[0] == '/' || !G.fname_out[0]) > -- G.fname_out = (char*)"index.html"; > -+ if (G.fname_out[0] == '/' || !G.fname_out[0]) { > -+ /* bug: if we provide a default name, we should still look at -P option */ > -+ if (G.dir_prefix) > -+ G.fname_out = fname_out_alloc = concat_path_file(G.dir_prefix, "index.html"); > -+ else > -+ G.fname_out = (char*)"index.html"; > - /* -P DIR is considered only if there was no -O FILE */ > -- else { > -+ } else { > - if (G.dir_prefix) > - G.fname_out = fname_out_alloc = concat_path_file(G.dir_prefix, G.fname_out); > - else { > diff --git a/meta/recipes-core/busybox/busybox-1.20.2/busybox-appletlib-dependency.patch b/meta/recipes-core/busybox/busybox-1.21.1/busybox-appletlib-dependency.patch > similarity index 100% > rename from meta/recipes-core/busybox/busybox-1.20.2/busybox-appletlib-dependency.patch > rename to meta/recipes-core/busybox/busybox-1.21.1/busybox-appletlib-dependency.patch > diff --git a/meta/recipes-core/busybox/busybox-1.20.2/busybox-list-suid-and-non-suid-app-configs.patch b/meta/recipes-core/busybox/busybox-1.21.1/busybox-list-suid-and-non-suid-app-configs.patch > similarity index 100% > rename from meta/recipes-core/busybox/busybox-1.20.2/busybox-list-suid-and-non-suid-app-configs.patch > rename to meta/recipes-core/busybox/busybox-1.21.1/busybox-list-suid-and-non-suid-app-configs.patch > diff --git a/meta/recipes-core/busybox/busybox-1.20.2/busybox-sulogin-empty-root-password.patch b/meta/recipes-core/busybox/busybox-1.21.1/busybox-sulogin-empty-root-password.patch > similarity index 100% > rename from meta/recipes-core/busybox/busybox-1.20.2/busybox-sulogin-empty-root-password.patch > rename to meta/recipes-core/busybox/busybox-1.21.1/busybox-sulogin-empty-root-password.patch > diff --git a/meta/recipes-core/busybox/busybox-1.20.2/busybox-udhcpc-no_deconfig.patch b/meta/recipes-core/busybox/busybox-1.21.1/busybox-udhcpc-no_deconfig.patch > similarity index 100% > rename from meta/recipes-core/busybox/busybox-1.20.2/busybox-udhcpc-no_deconfig.patch > rename to meta/recipes-core/busybox/busybox-1.21.1/busybox-udhcpc-no_deconfig.patch > diff --git a/meta/recipes-core/busybox/busybox-1.20.2/defconfig b/meta/recipes-core/busybox/busybox-1.21.1/defconfig > similarity index 100% > rename from meta/recipes-core/busybox/busybox-1.20.2/defconfig > rename to meta/recipes-core/busybox/busybox-1.21.1/defconfig > diff --git a/meta/recipes-core/busybox/busybox-1.20.2/fail_on_no_media.patch b/meta/recipes-core/busybox/busybox-1.21.1/fail_on_no_media.patch > similarity index 100% > rename from meta/recipes-core/busybox/busybox-1.20.2/fail_on_no_media.patch > rename to meta/recipes-core/busybox/busybox-1.21.1/fail_on_no_media.patch > diff --git a/meta/recipes-core/busybox/busybox-1.20.2/get_header_tar.patch b/meta/recipes-core/busybox/busybox-1.21.1/get_header_tar.patch > similarity index 100% > rename from meta/recipes-core/busybox/busybox-1.20.2/get_header_tar.patch > rename to meta/recipes-core/busybox/busybox-1.21.1/get_header_tar.patch > diff --git a/meta/recipes-core/busybox/busybox-1.20.2/login-utilities.cfg b/meta/recipes-core/busybox/busybox-1.21.1/login-utilities.cfg > similarity index 100% > rename from meta/recipes-core/busybox/busybox-1.20.2/login-utilities.cfg > rename to meta/recipes-core/busybox/busybox-1.21.1/login-utilities.cfg > diff --git a/meta/recipes-core/busybox/busybox-1.20.2/run-parts.in.usr-bin.patch b/meta/recipes-core/busybox/busybox-1.21.1/run-parts.in.usr-bin.patch > similarity index 94% > rename from meta/recipes-core/busybox/busybox-1.20.2/run-parts.in.usr-bin.patch > rename to meta/recipes-core/busybox/busybox-1.21.1/run-parts.in.usr-bin.patch > index 1fe20d4..45f69a9 100644 > --- a/meta/recipes-core/busybox/busybox-1.20.2/run-parts.in.usr-bin.patch > +++ b/meta/recipes-core/busybox/busybox-1.21.1/run-parts.in.usr-bin.patch > @@ -18,10 +18,10 @@ Upstream-Status: Inappropriate [configuration] > diff -uNr busybox-1.15.3.orig//include/applets.src.h busybox-1.15.3/include/applets.src.h > --- busybox-1.15.3.orig//include/applets.src.h 2009-12-12 22:13:28.000000000 +0100 > +++ busybox-1.15.3/include/applets.src.h 2010-04-30 15:35:40.000000000 +0200 > -@@ -323,7 +323,7 @@ > +@@ -304,7 +304,7 @@ > IF_RPM(APPLET(rpm, BB_DIR_BIN, BB_SUID_DROP)) > IF_RPM2CPIO(APPLET(rpm2cpio, BB_DIR_USR_BIN, BB_SUID_DROP)) > - IF_RTCWAKE(APPLET(rtcwake, BB_DIR_USR_BIN, BB_SUID_DROP)) > + IF_RTCWAKE(APPLET(rtcwake, BB_DIR_USR_SBIN, BB_SUID_DROP)) > -IF_RUN_PARTS(APPLET_ODDNAME(run-parts, run_parts, BB_DIR_BIN, BB_SUID_DROP, run_parts)) > +IF_RUN_PARTS(APPLET_ODDNAME(run-parts, run_parts, BB_DIR_USR_BIN, BB_SUID_DROP, run_parts)) > IF_RUNCON(APPLET(runcon, BB_DIR_USR_BIN, BB_SUID_DROP)) > diff --git a/meta/recipes-core/busybox/busybox-1.20.2/stat-usr-bin.patch b/meta/recipes-core/busybox/busybox-1.21.1/stat-usr-bin.patch > similarity index 100% > rename from meta/recipes-core/busybox/busybox-1.20.2/stat-usr-bin.patch > rename to meta/recipes-core/busybox/busybox-1.21.1/stat-usr-bin.patch > diff --git a/meta/recipes-core/busybox/busybox-1.20.2/testsuite-du-du-k-works-fix-false-positive.patch b/meta/recipes-core/busybox/busybox-1.21.1/testsuite-du-du-k-works-fix-false-positive.patch > similarity index 100% > rename from meta/recipes-core/busybox/busybox-1.20.2/testsuite-du-du-k-works-fix-false-positive.patch > rename to meta/recipes-core/busybox/busybox-1.21.1/testsuite-du-du-k-works-fix-false-positive.patch > diff --git a/meta/recipes-core/busybox/busybox-1.20.2/watch.in.usr-bin.patch b/meta/recipes-core/busybox/busybox-1.21.1/watch.in.usr-bin.patch > similarity index 100% > rename from meta/recipes-core/busybox/busybox-1.20.2/watch.in.usr-bin.patch > rename to meta/recipes-core/busybox/busybox-1.21.1/watch.in.usr-bin.patch > diff --git a/meta/recipes-core/busybox/busybox_1.20.2.bb b/meta/recipes-core/busybox/busybox_1.21.1.bb > similarity index 75% > rename from meta/recipes-core/busybox/busybox_1.20.2.bb > rename to meta/recipes-core/busybox/busybox_1.21.1.bb > index c854f0b..d702f7e 100644 > --- a/meta/recipes-core/busybox/busybox_1.20.2.bb > +++ b/meta/recipes-core/busybox/busybox_1.21.1.bb > @@ -1,15 +1,12 @@ > require busybox.inc > -PR = "r7" > +PR = "r0" > > SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \ > - file://B921600.patch \ > file://get_header_tar.patch \ > file://busybox-appletlib-dependency.patch \ > file://run-parts.in.usr-bin.patch \ > file://watch.in.usr-bin.patch \ > file://busybox-udhcpc-no_deconfig.patch \ > - file://sys_resource.patch \ > - file://wget_dl_dir_fix.patch \ > file://find-touchscreen.sh \ > file://busybox-cron \ > file://busybox-httpd \ > @@ -24,14 +21,10 @@ SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \ > file://mdev.conf \ > file://umount.busybox \ > file://defconfig \ > - file://busybox-mkfs-minix-tests_bigendian.patch \ > - file://fix-for-spurious-testsuite-failure.patch \ > - file://busybox-1.20.2-kernel_ver.patch \ > file://stat-usr-bin.patch \ > file://busybox-syslog.service.in \ > file://busybox-klogd.service.in \ > file://testsuite-du-du-k-works-fix-false-positive.patch \ > - file://strict-atime.patch \ > file://fail_on_no_media.patch \ > file://busybox-sulogin-empty-root-password.patch \ > file://run-ptest \ > @@ -40,8 +33,8 @@ SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \ > file://login-utilities.cfg \ > file://busybox-list-suid-and-non-suid-app-configs.patch" > > -SRC_URI[tarball.md5sum] = "e025414bc6cd79579cc7a32a45d3ae1c" > -SRC_URI[tarball.sha256sum] = "eb13ff01dae5618ead2ef6f92ba879e9e0390f9583bd545d8789d27cf39b6882" > +SRC_URI[tarball.md5sum] = "795394f83903b5eec6567d51eebb417e" > +SRC_URI[tarball.sha256sum] = "cd5be0912ec856110ae12c76c3ec9cd5cba1df45b5a9da2b095b8284d1481303" > > EXTRA_OEMAKE += "V=1 ARCH=${TARGET_ARCH} CROSS_COMPILE=${TARGET_PREFIX} SKIP_STRIP=y" > >