summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/busybox/busybox/0001-chown-fix-help-text.patch
diff options
context:
space:
mode:
authorAndre McCurdy <armccurdy@gmail.com>2015-10-13 11:55:27 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-12-01 21:32:12 +0000
commit73cc83974608ac4fa71e1aaf13b3f88980b365d1 (patch)
tree6fd0539d0aa58079976fa3cf18b69c451e030e8f /meta/recipes-core/busybox/busybox/0001-chown-fix-help-text.patch
parentf8ac40878cb1f698a7083c9dafe46f1f12b78862 (diff)
downloadpoky-73cc83974608ac4fa71e1aaf13b3f88980b365d1.tar.gz
busybox: update 1.23.2 -> 1.24.1
The busybox defconfig has also been refreshed, with all new apps and features disabled by default. Update _git recipe version too. (From OE-Core rev: 4d5f51dd3b2733f15cb2eee40e622ec43f46d91c) Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/busybox/busybox/0001-chown-fix-help-text.patch')
-rw-r--r--meta/recipes-core/busybox/busybox/0001-chown-fix-help-text.patch34
1 files changed, 0 insertions, 34 deletions
diff --git a/meta/recipes-core/busybox/busybox/0001-chown-fix-help-text.patch b/meta/recipes-core/busybox/busybox/0001-chown-fix-help-text.patch
deleted file mode 100644
index 4299799664..0000000000
--- a/meta/recipes-core/busybox/busybox/0001-chown-fix-help-text.patch
+++ /dev/null
@@ -1,34 +0,0 @@
1From d291c2fdd5cb8616605c67ecbfb04274fa094242 Mon Sep 17 00:00:00 2001
2From: Junling Zheng <zhengjunling@huawei.com>
3Date: Sun, 7 Jun 2015 02:32:23 +0200
4Subject: [PATCH] chown: fix help text
5
6Derived from:
7http://git.busybox.net/busybox/commit/?id=d291c2fdd5cb8616605c67ecbfb04274fa094242.
8
9Only when DESKTOP is enabled, chown has -L, -H and -P options.
10
11Upstream-Status: Backport
12
13Signed-off-by: Junling Zheng <zhengjunling@huawei.com>
14Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
15---
16 coreutils/chown.c | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19diff --git a/coreutils/chown.c b/coreutils/chown.c
20index cb07bbc..679c0d8 100644
21--- a/coreutils/chown.c
22+++ b/coreutils/chown.c
23@@ -11,7 +11,7 @@
24 /* http://www.opengroup.org/onlinepubs/007904975/utilities/chown.html */
25
26 //usage:#define chown_trivial_usage
27-//usage: "[-RhLHP"IF_DESKTOP("cvf")"]... OWNER[<.|:>[GROUP]] FILE..."
28+//usage: "[-Rh"IF_DESKTOP("LHPcvf")"]... OWNER[<.|:>[GROUP]] FILE..."
29 //usage:#define chown_full_usage "\n\n"
30 //usage: "Change the owner and/or group of each FILE to OWNER and/or GROUP\n"
31 //usage: "\n -R Recurse"
32--
331.8.3.4
34