summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/diffstat
diff options
context:
space:
mode:
authorAlexander Kanavin <alex@linutronix.de>2024-11-25 13:00:58 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-11-27 14:58:48 +0000
commit6a11ebbc9a0abcdb8590565208a69a9537b43f45 (patch)
tree5b223a3da198617e18e3be1c9e3d0e2aea2ce05d /meta/recipes-devtools/diffstat
parent189cf341efe0e9f96ee563fd719c4d7c56baa4e6 (diff)
downloadpoky-6a11ebbc9a0abcdb8590565208a69a9537b43f45.tar.gz
diffstat: upgrade 1.66 -> 1.67
License-Update: MIT changed to X11 (which is MIT plus advertising clause) (From OE-Core rev: dee8f3552cbe1194f97481df4270ca8e9b5113d5) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/diffstat')
-rw-r--r--meta/recipes-devtools/diffstat/diffstat/avoid-check-user-break-cc.patch7
-rw-r--r--meta/recipes-devtools/diffstat/diffstat_1.67.bb (renamed from meta/recipes-devtools/diffstat/diffstat_1.66.bb)6
2 files changed, 6 insertions, 7 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 46f1cfabcf..fc42c8cba7 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 708c765ffb41ecc734316f69043583312fe444bd Mon Sep 17 00:00:00 2001 1From 04fd678939ad0c21f57222c48305bfa29c8f6cf3 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
@@ -12,16 +12,15 @@ be included in CC. And then CC will be wrongly filtered.
12So comment out CF_CC_ENV_FLAGS from function CF_PROG_CC. 12So comment out CF_CC_ENV_FLAGS from function CF_PROG_CC.
13 13
14Signed-off-by: Kai Kang <kai.kang@windriver.com> 14Signed-off-by: Kai Kang <kai.kang@windriver.com>
15
16--- 15---
17 aclocal.m4 | 2 +- 16 aclocal.m4 | 2 +-
18 1 file changed, 1 insertion(+), 1 deletion(-) 17 1 file changed, 1 insertion(+), 1 deletion(-)
19 18
20diff --git a/aclocal.m4 b/aclocal.m4 19diff --git a/aclocal.m4 b/aclocal.m4
21index d4bd283..1b653c4 100644 20index 1c653ea..8f0540d 100644
22--- a/aclocal.m4 21--- a/aclocal.m4
23+++ b/aclocal.m4 22+++ b/aclocal.m4
24@@ -1522,7 +1522,7 @@ CF_GCC_VERSION 23@@ -1584,7 +1584,7 @@ CF_GCC_VERSION
25 CF_ACVERSION_CHECK(2.52, 24 CF_ACVERSION_CHECK(2.52,
26 [AC_PROG_CC_STDC], 25 [AC_PROG_CC_STDC],
27 [CF_ANSI_CC_REQD]) 26 [CF_ANSI_CC_REQD])
diff --git a/meta/recipes-devtools/diffstat/diffstat_1.66.bb b/meta/recipes-devtools/diffstat/diffstat_1.67.bb
index d59379fd2b..8c84b30975 100644
--- a/meta/recipes-devtools/diffstat/diffstat_1.66.bb
+++ b/meta/recipes-devtools/diffstat/diffstat_1.67.bb
@@ -4,15 +4,15 @@ the insertions, deletions, and modifications per-file. It is useful for \
4reviewing large, complex patch files." 4reviewing large, complex patch files."
5HOMEPAGE = "http://invisible-island.net/diffstat/" 5HOMEPAGE = "http://invisible-island.net/diffstat/"
6SECTION = "devel" 6SECTION = "devel"
7LICENSE = "MIT" 7LICENSE = "X11"
8LIC_FILES_CHKSUM = "file://COPYING;md5=5713b4719a66a6527e6301e8f8745877" 8LIC_FILES_CHKSUM = "file://COPYING;md5=6232ea974e4cbc4ee06b49ed53df6ece"
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] = "f54531bbe32e8e0fa461f018b41e3af516b632080172f361f05e50367ecbb69e" 15SRC_URI[sha256sum] = "760ed0c99c6d643238d41b80e60278cf1683ffb94a283954ac7ef168c852766a"
16 16
17inherit autotools gettext ptest 17inherit autotools gettext ptest
18 18