diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/coreutils/coreutils-8.23/dummy_help2man.patch (renamed from meta/recipes-core/coreutils/coreutils-8.22/dummy_help2man.patch) | 0 | ||||
-rw-r--r-- | meta/recipes-core/coreutils/coreutils-8.23/fix-for-dummy-man-usage.patch (renamed from meta/recipes-core/coreutils/coreutils-8.22/fix-for-dummy-man-usage.patch) | 12 | ||||
-rw-r--r-- | meta/recipes-core/coreutils/coreutils-8.23/fix-selinux-flask.patch (renamed from meta/recipes-core/coreutils/coreutils-8.22/fix-selinux-flask.patch) | 0 | ||||
-rw-r--r-- | meta/recipes-core/coreutils/coreutils-8.23/remove-usr-local-lib-from-m4.patch (renamed from meta/recipes-core/coreutils/coreutils-8.22/remove-usr-local-lib-from-m4.patch) | 0 | ||||
-rw-r--r-- | meta/recipes-core/coreutils/coreutils_8.23.bb (renamed from meta/recipes-core/coreutils/coreutils_8.22.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 index 4757f52aa0..4757f52aa0 100644 --- a/meta/recipes-core/coreutils/coreutils-8.22/dummy_help2man.patch +++ b/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 index b7e82609bd..58b6a76130 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@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 index 9d1ae55d47..9d1ae55d47 100644 --- a/meta/recipes-core/coreutils/coreutils-8.22/fix-selinux-flask.patch +++ b/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 index 2ef8a548ac..2ef8a548ac 100644 --- 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 diff --git a/meta/recipes-core/coreutils/coreutils_8.22.bb b/meta/recipes-core/coreutils/coreutils_8.23.bb index f85bacabd3..e9d6494708 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}" |