[oe-commits] Chen Qi : coreutils: upgrade to 8.23

git at git.openembedded.org git at git.openembedded.org
Fri Jan 16 23:15:30 UTC 2015


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

Author: Chen Qi <Qi.Chen at windriver.com>
Date:   Sun Jan  4 13:40:55 2015 +0800

coreutils: upgrade to 8.23

fix-for-dummy-man-usage.patch is rebased.

Signed-off-by: Chen Qi <Qi.Chen at windriver.com>

---

 .../{coreutils-8.22 => coreutils-8.23}/dummy_help2man.patch  |  0
 .../fix-for-dummy-man-usage.patch                            | 12 ++++++------
 .../fix-selinux-flask.patch                                  |  0
 .../remove-usr-local-lib-from-m4.patch                       |  0
 .../coreutils/{coreutils_8.22.bb => coreutils_8.23.bb}       |  4 ++--
 5 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/meta/recipes-core/coreutils/coreutils-8.22/dummy_help2man.patch b/meta/recipes-core/coreutils/coreutils-8.23/dummy_help2man.patch
similarity index 100%
rename from meta/recipes-core/coreutils/coreutils-8.22/dummy_help2man.patch
rename to meta/recipes-core/coreutils/coreutils-8.23/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.23/fix-for-dummy-man-usage.patch
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 b7e8260..58b6a76 100644
--- a/meta/recipes-core/coreutils/coreutils-8.22/fix-for-dummy-man-usage.patch
+++ b/meta/recipes-core/coreutils/coreutils-8.23/fix-for-dummy-man-usage.patch
@@ -9,23 +9,23 @@ would appear when compiling.
 
 Signed-off-by: Chen Qi <Qi.Chen at 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
 
diff --git a/meta/recipes-core/coreutils/coreutils-8.22/fix-selinux-flask.patch b/meta/recipes-core/coreutils/coreutils-8.23/fix-selinux-flask.patch
similarity index 100%
rename from meta/recipes-core/coreutils/coreutils-8.22/fix-selinux-flask.patch
rename to meta/recipes-core/coreutils/coreutils-8.23/fix-selinux-flask.patch
diff --git a/meta/recipes-core/coreutils/coreutils-8.22/remove-usr-local-lib-from-m4.patch b/meta/recipes-core/coreutils/coreutils-8.23/remove-usr-local-lib-from-m4.patch
similarity index 100%
rename from meta/recipes-core/coreutils/coreutils-8.22/remove-usr-local-lib-from-m4.patch
rename to meta/recipes-core/coreutils/coreutils-8.23/remove-usr-local-lib-from-m4.patch
diff --git a/meta/recipes-core/coreutils/coreutils_8.22.bb b/meta/recipes-core/coreutils/coreutils_8.23.bb
similarity index 96%
rename from meta/recipes-core/coreutils/coreutils_8.22.bb
rename to meta/recipes-core/coreutils/coreutils_8.23.bb
index f85baca..e9d6494 100644
--- a/meta/recipes-core/coreutils/coreutils_8.22.bb
+++ b/meta/recipes-core/coreutils/coreutils_8.23.bb
@@ -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}"



More information about the Openembedded-commits mailing list