summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-02-01 13:04:03 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-02-03 22:08:26 +0000
commit1342a35b0c9c5968ecff5f2616fc90041b114f2c (patch)
treef7d7396b414b787fddcf89fe983542dc876e6c2f
parent628750d2803cfebe4a184f4d87080e2285b28c63 (diff)
downloadpoky-1342a35b0c9c5968ecff5f2616fc90041b114f2c.tar.gz
diffstat: upgrade 1.65 -> 1.66
avoid-check-user-break-cc.patch refreshed for 1.66 License-Update: Copyright year updated to 2024. Changelog: ========== -improve handling of git diff's -update install-sh -improve configure script checks, reducing compiler warnings (From OE-Core rev: 9e070b444263e7d1e1a88eec62135e77a204bf92) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/diffstat/diffstat/avoid-check-user-break-cc.patch6
-rw-r--r--meta/recipes-devtools/diffstat/diffstat_1.66.bb (renamed from meta/recipes-devtools/diffstat/diffstat_1.65.bb)4
2 files changed, 5 insertions, 5 deletions
diff --git a/meta/recipes-devtools/diffstat/diffstat/avoid-check-user-break-cc.patch b/meta/recipes-devtools/diffstat/diffstat/avoid-check-user-break-cc.patch
index 811faa48da..46f1cfabcf 100644
--- a/meta/recipes-devtools/diffstat/diffstat/avoid-check-user-break-cc.patch
+++ b/meta/recipes-devtools/diffstat/diffstat/avoid-check-user-break-cc.patch
@@ -1,4 +1,4 @@
1From 1046593aacb74ff888a0d68c0ff89b20c4bc9ed4 Mon Sep 17 00:00:00 2001 1From 708c765ffb41ecc734316f69043583312fe444bd Mon Sep 17 00:00:00 2001
2From: Kai Kang <kai.kang@windriver.com> 2From: Kai Kang <kai.kang@windriver.com>
3Date: Tue, 15 May 2018 17:17:01 +0800 3Date: Tue, 15 May 2018 17:17:01 +0800
4Subject: [PATCH] diffstat: fix wrong evaluation of CC 4Subject: [PATCH] diffstat: fix wrong evaluation of CC
@@ -18,10 +18,10 @@ Signed-off-by: Kai Kang <kai.kang@windriver.com>
18 1 file changed, 1 insertion(+), 1 deletion(-) 18 1 file changed, 1 insertion(+), 1 deletion(-)
19 19
20diff --git a/aclocal.m4 b/aclocal.m4 20diff --git a/aclocal.m4 b/aclocal.m4
21index 9281aa8..dd57b7a 100644 21index d4bd283..1b653c4 100644
22--- a/aclocal.m4 22--- a/aclocal.m4
23+++ b/aclocal.m4 23+++ b/aclocal.m4
24@@ -1239,7 +1239,7 @@ CF_GCC_VERSION 24@@ -1522,7 +1522,7 @@ CF_GCC_VERSION
25 CF_ACVERSION_CHECK(2.52, 25 CF_ACVERSION_CHECK(2.52,
26 [AC_PROG_CC_STDC], 26 [AC_PROG_CC_STDC],
27 [CF_ANSI_CC_REQD]) 27 [CF_ANSI_CC_REQD])
diff --git a/meta/recipes-devtools/diffstat/diffstat_1.65.bb b/meta/recipes-devtools/diffstat/diffstat_1.66.bb
index 59db7b1d78..d59379fd2b 100644
--- a/meta/recipes-devtools/diffstat/diffstat_1.65.bb
+++ b/meta/recipes-devtools/diffstat/diffstat_1.66.bb
@@ -5,14 +5,14 @@ reviewing large, complex patch files."
5HOMEPAGE = "http://invisible-island.net/diffstat/" 5HOMEPAGE = "http://invisible-island.net/diffstat/"
6SECTION = "devel" 6SECTION = "devel"
7LICENSE = "MIT" 7LICENSE = "MIT"
8LIC_FILES_CHKSUM = "file://COPYING;md5=6450594049f0eed1052e634ddcbeec28" 8LIC_FILES_CHKSUM = "file://COPYING;md5=5713b4719a66a6527e6301e8f8745877"
9 9
10SRC_URI = "http://invisible-mirror.net/archives/${BPN}/${BP}.tgz \ 10SRC_URI = "http://invisible-mirror.net/archives/${BPN}/${BP}.tgz \
11 file://run-ptest \ 11 file://run-ptest \
12 file://avoid-check-user-break-cc.patch \ 12 file://avoid-check-user-break-cc.patch \
13 " 13 "
14 14
15SRC_URI[sha256sum] = "8cf27424926debcd85921755c3915559288244bd103f62d740dc6b83b557a28a" 15SRC_URI[sha256sum] = "f54531bbe32e8e0fa461f018b41e3af516b632080172f361f05e50367ecbb69e"
16 16
17inherit autotools gettext ptest 17inherit autotools gettext ptest
18 18