diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2023-06-25 23:22:30 +0200 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2023-08-02 04:47:13 -1000 |
| commit | 9cc273574976538e3314dd907ce18c31d36cab3f (patch) | |
| tree | 0f38af6f26ad60cc284dcaa8834cd0e058aeafcf | |
| parent | 7658d8f2c979a23278be653d87bfecedccd77577 (diff) | |
| download | poky-9cc273574976538e3314dd907ce18c31d36cab3f.tar.gz | |
diffutils: update 3.9 -> 3.10
* Noteworthy changes in release 3.10 (2023-05-21) [stable]
** Bug fixes
cmp/diff can again work with file dates past Y2K38
[bug introduced in 3.9]
diff -D no longer fails to output #ifndef lines.
[bug#61193 introduced in 3.9]
Remove the comment addition from the patch body, as it
increases likelyhood of rebase conflicts, and repeats what
the commit says.
(From OE-Core rev: ab9ae300ce3895cdf64d207b5dc281b65c984211)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 925155acc6922f7e9df2afa45e79ad1b2c57ba24)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
(cherry picked from commit 21e40166870fadee986fb36be80019d3bcdb69e5)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
| -rw-r--r-- | meta/recipes-extended/diffutils/diffutils/0001-Skip-strip-trailing-cr-test-case.patch | 19 | ||||
| -rw-r--r-- | meta/recipes-extended/diffutils/diffutils_3.10.bb (renamed from meta/recipes-extended/diffutils/diffutils_3.9.bb) | 2 |
2 files changed, 8 insertions, 13 deletions
diff --git a/meta/recipes-extended/diffutils/diffutils/0001-Skip-strip-trailing-cr-test-case.patch b/meta/recipes-extended/diffutils/diffutils/0001-Skip-strip-trailing-cr-test-case.patch index 8b88c308f2..32793233f9 100644 --- a/meta/recipes-extended/diffutils/diffutils/0001-Skip-strip-trailing-cr-test-case.patch +++ b/meta/recipes-extended/diffutils/diffutils/0001-Skip-strip-trailing-cr-test-case.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From 027229d25392b22d7280c0abbc3efde4f467d167 Mon Sep 17 00:00:00 2001 | 1 | From f31395c931bc633206eccfcfaaaa5d15021a3e86 Mon Sep 17 00:00:00 2001 |
| 2 | From: Peiran Hong <peiran.hong@windriver.com> | 2 | From: Peiran Hong <peiran.hong@windriver.com> |
| 3 | Date: Thu, 5 Sep 2019 15:42:22 -0400 | 3 | Date: Thu, 5 Sep 2019 15:42:22 -0400 |
| 4 | Subject: [PATCH] Skip strip-trailing-cr test case | 4 | Subject: [PATCH] Skip strip-trailing-cr test case |
| @@ -12,23 +12,18 @@ Upstream-Status: Inappropriate [embedded specific] | |||
| 12 | Signed-off-by: Peiran Hong <peiran.hong@windriver.com> | 12 | Signed-off-by: Peiran Hong <peiran.hong@windriver.com> |
| 13 | 13 | ||
| 14 | --- | 14 | --- |
| 15 | tests/Makefile.am | 4 +++- | 15 | tests/Makefile.am | 1 - |
| 16 | 1 file changed, 3 insertions(+), 1 deletion(-) | 16 | 1 file changed, 1 deletion(-) |
| 17 | 17 | ||
| 18 | diff --git a/tests/Makefile.am b/tests/Makefile.am | 18 | diff --git a/tests/Makefile.am b/tests/Makefile.am |
| 19 | index d98df82..757ea52 100644 | 19 | index 79bacfb..4adb4d7 100644 |
| 20 | --- a/tests/Makefile.am | 20 | --- a/tests/Makefile.am |
| 21 | +++ b/tests/Makefile.am | 21 | +++ b/tests/Makefile.am |
| 22 | @@ -21,9 +21,11 @@ TESTS = \ | 22 | @@ -22,7 +22,6 @@ TESTS = \ |
| 23 | stdin \ | 23 | stdin \ |
| 24 | strcoll-0-names \ | 24 | strcoll-0-names \ |
| 25 | filename-quoting \ | 25 | filename-quoting \ |
| 26 | - strip-trailing-cr \ | 26 | - strip-trailing-cr \ |
| 27 | timezone \ | 27 | timezone \ |
| 28 | colors | 28 | colors \ |
| 29 | +# Skipping this test since it requires valgrind | 29 | y2038-vs-32bit |
| 30 | +# and thus is too heavy for diffutils package | ||
| 31 | +# strip-trailing-cr | ||
| 32 | |||
| 33 | XFAIL_TESTS = large-subopt | ||
| 34 | |||
diff --git a/meta/recipes-extended/diffutils/diffutils_3.9.bb b/meta/recipes-extended/diffutils/diffutils_3.10.bb index 2bb9e6f32d..08e8305612 100644 --- a/meta/recipes-extended/diffutils/diffutils_3.9.bb +++ b/meta/recipes-extended/diffutils/diffutils_3.10.bb | |||
| @@ -8,7 +8,7 @@ SRC_URI = "${GNU_MIRROR}/diffutils/diffutils-${PV}.tar.xz \ | |||
| 8 | file://0001-Skip-strip-trailing-cr-test-case.patch \ | 8 | file://0001-Skip-strip-trailing-cr-test-case.patch \ |
| 9 | " | 9 | " |
| 10 | 10 | ||
| 11 | SRC_URI[sha256sum] = "d80d3be90a201868de83d78dad3413ad88160cc53bcc36eb9eaf7c20dbf023f1" | 11 | SRC_URI[sha256sum] = "90e5e93cc724e4ebe12ede80df1634063c7a855692685919bfe60b556c9bd09e" |
| 12 | 12 | ||
| 13 | EXTRA_OECONF += "ac_cv_path_PR_PROGRAM=${bindir}/pr --without-libsigsegv-prefix" | 13 | EXTRA_OECONF += "ac_cv_path_PR_PROGRAM=${bindir}/pr --without-libsigsegv-prefix" |
| 14 | 14 | ||
