]> code.ossystems Code Review - openembedded-core.git/commitdiff
coreutils: upgrade to 8.23
authorChen Qi <Qi.Chen@windriver.com>
Sun, 4 Jan 2015 05:40:55 +0000 (13:40 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 16 Jan 2015 22:59:45 +0000 (22:59 +0000)
fix-for-dummy-man-usage.patch is rebased.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
meta/recipes-core/coreutils/coreutils-8.23/dummy_help2man.patch [moved from meta/recipes-core/coreutils/coreutils-8.22/dummy_help2man.patch with 100% similarity]
meta/recipes-core/coreutils/coreutils-8.23/fix-for-dummy-man-usage.patch [moved from meta/recipes-core/coreutils/coreutils-8.22/fix-for-dummy-man-usage.patch with 77% similarity]
meta/recipes-core/coreutils/coreutils-8.23/fix-selinux-flask.patch [moved from meta/recipes-core/coreutils/coreutils-8.22/fix-selinux-flask.patch with 100% similarity]
meta/recipes-core/coreutils/coreutils-8.23/remove-usr-local-lib-from-m4.patch [moved from meta/recipes-core/coreutils/coreutils-8.22/remove-usr-local-lib-from-m4.patch with 100% similarity]
meta/recipes-core/coreutils/coreutils_8.23.bb [moved from meta/recipes-core/coreutils/coreutils_8.22.bb with 96% similarity]

similarity index 77%
rename from meta/recipes-core/coreutils/coreutils-8.22/fix-for-dummy-man-usage.patch
rename to meta/recipes-core/coreutils/coreutils-8.23/fix-for-dummy-man-usage.patch
index b7e82609bdd7a31d0f1e06a69c6d2c1dee094d57..58b6a7613038d83fb920a4e286fe487ecc614110 100644 (file)
@@ -9,23 +9,23 @@ would appear when compiling.
 
 Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
 ---
- man/local.mk |    2 +-
+ man/local.mk | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/man/local.mk b/man/local.mk
-index 7cef5e3..dc0865f 100644
+index ba8fbf7..3833458 100644
 --- a/man/local.mk
 +++ b/man/local.mk
-@@ -189,8 +189,8 @@ man/yes.1:       src/yes
+@@ -101,8 +101,8 @@ man/dynamic-deps.mk: Makefile
          && $(run_help2man)                                            \
                     --source='$(PACKAGE_STRING)'                       \
                     --include=$(srcdir)/man/$$name.x                   \
--                   --output=$$t/$$name.1 $$t/$$name                   \
+-                   --output=$$t/$$name.1 $$t/$$argv                   \
                     --info-page='coreutils \(aq'$$name' invocation\(aq' \
-+                   --output=$$t/$$name.1 $$t/$$name                   \
++                   --output=$$t/$$name.1 $$t/$$argv                   \
          && sed \
               -e 's|$*\.td/||g' \
               -e '/For complete documentation/d' \
 -- 
-1.7.9.5
+1.9.1
 
similarity index 96%
rename from meta/recipes-core/coreutils/coreutils_8.22.bb
rename to meta/recipes-core/coreutils/coreutils_8.23.bb
index f85bacabd30bd90036e289b5ba6c336dc4a4abf9..e9d6494708ded3695e92b8e4018af7a8f1782cd8 100644 (file)
@@ -19,8 +19,8 @@ SRC_URI = "${GNU_MIRROR}/coreutils/${BP}.tar.xz \
            file://fix-selinux-flask.patch \
           "
 
-SRC_URI[md5sum] = "8fb0ae2267aa6e728958adc38f8163a2"
-SRC_URI[sha256sum] = "5b3e94998152c017e6c75d56b9b994188eb71bf46d4038a642cb9141f6ff1212"
+SRC_URI[md5sum] = "abed135279f87ad6762ce57ff6d89c41"
+SRC_URI[sha256sum] = "ec43ca5bcfc62242accb46b7f121f6b684ee21ecd7d075059bf650ff9e37b82d"
 
 EXTRA_OECONF_class-native = "--without-gmp"
 EXTRA_OECONF_class-target = "--enable-install-program=arch --libexecdir=${libdir}"