diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2014-01-02 14:28:32 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-06 11:13:55 +0000 |
commit | 663dad63a3a0807266e62c64525f4e66c5651308 (patch) | |
tree | 3b610da11fb6dea5721f28715349bb9740ada7b1 | |
parent | e65fc0eb4d489ff0b950a85bb873d8324632e68b (diff) | |
download | poky-663dad63a3a0807266e62c64525f4e66c5651308.tar.gz |
coreutils: upgrade to 8.22
Upgrade coreutils to 8.22.
Changes since 8.21:
1) Remove the acl patch as it's not needed now.
2) Add a new patch to fix the following compile error.
"dummy-man: too many non-option arguments"
(From OE-Core rev: 144a48e34d17fd8736a482bae4ee69efc37b8a1f)
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>
-rw-r--r-- | meta/recipes-core/coreutils/coreutils-8.21/coreutils-build-with-acl.patch | 28 | ||||
-rw-r--r-- | meta/recipes-core/coreutils/coreutils-8.22/dummy_help2man.patch (renamed from meta/recipes-core/coreutils/coreutils-8.21/dummy_help2man.patch) | 0 | ||||
-rw-r--r-- | meta/recipes-core/coreutils/coreutils-8.22/fix-for-dummy-man-usage.patch | 31 | ||||
-rw-r--r-- | meta/recipes-core/coreutils/coreutils-8.22/remove-usr-local-lib-from-m4.patch (renamed from meta/recipes-core/coreutils/coreutils-8.21/remove-usr-local-lib-from-m4.patch) | 0 | ||||
-rw-r--r-- | meta/recipes-core/coreutils/coreutils_8.22.bb (renamed from meta/recipes-core/coreutils/coreutils_8.21.bb) | 6 |
5 files changed, 34 insertions, 31 deletions
diff --git a/meta/recipes-core/coreutils/coreutils-8.21/coreutils-build-with-acl.patch b/meta/recipes-core/coreutils/coreutils-8.21/coreutils-build-with-acl.patch deleted file mode 100644 index 8273d78eb3..0000000000 --- a/meta/recipes-core/coreutils/coreutils-8.21/coreutils-build-with-acl.patch +++ /dev/null | |||
@@ -1,28 +0,0 @@ | |||
1 | Upstream-Status: Inappropriate [embedded specific] | ||
2 | |||
3 | Fix the following issue so that coreutils can build with ACL: | ||
4 | |||
5 | configure: WARNING: libacl development library was not found or not usable. | ||
6 | configure: WARNING: GNU coreutils will be built without ACL support. | ||
7 | |||
8 | Signed-off-by: Jackie Huang <jackie.huang@windriver.com> | ||
9 | --- | ||
10 | m4/acl.m4 | 2 +- | ||
11 | 1 files changed, 1 insertions(+), 1 deletions(-) | ||
12 | |||
13 | diff --git a/m4/acl.m4 b/m4/acl.m4 | ||
14 | index d6a448a..a9d4836 100644 | ||
15 | --- a/m4/acl.m4 | ||
16 | +++ b/m4/acl.m4 | ||
17 | @@ -159,7 +159,7 @@ AC_DEFUN([gl_ACL_GET_FILE], | ||
18 | ]])], | ||
19 | [gl_cv_func_working_acl_get_file=yes], | ||
20 | [gl_cv_func_working_acl_get_file=no], | ||
21 | - [gl_cv_func_working_acl_get_file=cross-compiling])]) | ||
22 | + [gl_cv_func_working_acl_get_file=yes])]) | ||
23 | |||
24 | AS_IF([test $gl_cv_func_working_acl_get_file = yes], [$1], [$2]) | ||
25 | ]) | ||
26 | -- | ||
27 | 1.7.7 | ||
28 | |||
diff --git a/meta/recipes-core/coreutils/coreutils-8.21/dummy_help2man.patch b/meta/recipes-core/coreutils/coreutils-8.22/dummy_help2man.patch index 4757f52aa0..4757f52aa0 100644 --- a/meta/recipes-core/coreutils/coreutils-8.21/dummy_help2man.patch +++ b/meta/recipes-core/coreutils/coreutils-8.22/dummy_help2man.patch | |||
diff --git a/meta/recipes-core/coreutils/coreutils-8.22/fix-for-dummy-man-usage.patch b/meta/recipes-core/coreutils/coreutils-8.22/fix-for-dummy-man-usage.patch new file mode 100644 index 0000000000..b7e82609bd --- /dev/null +++ b/meta/recipes-core/coreutils/coreutils-8.22/fix-for-dummy-man-usage.patch | |||
@@ -0,0 +1,31 @@ | |||
1 | Upstream-Status: Pending | ||
2 | |||
3 | coreutils: fix for dummy-man usage | ||
4 | |||
5 | The options should be before the final argument, otherwise, the following error | ||
6 | would appear when compiling. | ||
7 | |||
8 | "dummy-man: too many non-option arguments" | ||
9 | |||
10 | Signed-off-by: Chen Qi <Qi.Chen@windriver.com> | ||
11 | --- | ||
12 | man/local.mk | 2 +- | ||
13 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
14 | |||
15 | diff --git a/man/local.mk b/man/local.mk | ||
16 | index 7cef5e3..dc0865f 100644 | ||
17 | --- a/man/local.mk | ||
18 | +++ b/man/local.mk | ||
19 | @@ -189,8 +189,8 @@ man/yes.1: src/yes | ||
20 | && $(run_help2man) \ | ||
21 | --source='$(PACKAGE_STRING)' \ | ||
22 | --include=$(srcdir)/man/$$name.x \ | ||
23 | - --output=$$t/$$name.1 $$t/$$name \ | ||
24 | --info-page='coreutils \(aq'$$name' invocation\(aq' \ | ||
25 | + --output=$$t/$$name.1 $$t/$$name \ | ||
26 | && sed \ | ||
27 | -e 's|$*\.td/||g' \ | ||
28 | -e '/For complete documentation/d' \ | ||
29 | -- | ||
30 | 1.7.9.5 | ||
31 | |||
diff --git a/meta/recipes-core/coreutils/coreutils-8.21/remove-usr-local-lib-from-m4.patch b/meta/recipes-core/coreutils/coreutils-8.22/remove-usr-local-lib-from-m4.patch index 2ef8a548ac..2ef8a548ac 100644 --- a/meta/recipes-core/coreutils/coreutils-8.21/remove-usr-local-lib-from-m4.patch +++ b/meta/recipes-core/coreutils/coreutils-8.22/remove-usr-local-lib-from-m4.patch | |||
diff --git a/meta/recipes-core/coreutils/coreutils_8.21.bb b/meta/recipes-core/coreutils/coreutils_8.22.bb index abeaf1a44b..6b222b5ae0 100644 --- a/meta/recipes-core/coreutils/coreutils_8.21.bb +++ b/meta/recipes-core/coreutils/coreutils_8.22.bb | |||
@@ -14,12 +14,12 @@ inherit autotools gettext | |||
14 | 14 | ||
15 | SRC_URI = "${GNU_MIRROR}/coreutils/${BP}.tar.xz \ | 15 | SRC_URI = "${GNU_MIRROR}/coreutils/${BP}.tar.xz \ |
16 | file://remove-usr-local-lib-from-m4.patch \ | 16 | file://remove-usr-local-lib-from-m4.patch \ |
17 | file://coreutils-build-with-acl.patch \ | ||
18 | file://dummy_help2man.patch \ | 17 | file://dummy_help2man.patch \ |
18 | file://fix-for-dummy-man-usage.patch \ | ||
19 | " | 19 | " |
20 | 20 | ||
21 | SRC_URI[md5sum] = "065ba41828644eca5dd8163446de5d64" | 21 | SRC_URI[md5sum] = "8fb0ae2267aa6e728958adc38f8163a2" |
22 | SRC_URI[sha256sum] = "adaa44bdab3fa5eb352e80d8a31fdbf957b78653d0c2cd30d63e161444288e18" | 22 | SRC_URI[sha256sum] = "5b3e94998152c017e6c75d56b9b994188eb71bf46d4038a642cb9141f6ff1212" |
23 | 23 | ||
24 | EXTRA_OECONF_class-native = "--without-gmp" | 24 | EXTRA_OECONF_class-native = "--without-gmp" |
25 | EXTRA_OECONF_class-target = "--enable-install-program=arch" | 25 | EXTRA_OECONF_class-target = "--enable-install-program=arch" |