summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/diffstat
diff options
context:
space:
mode:
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.68.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.68.bb
index d59379fd2b..488f0834d6 100644
--- a/meta/recipes-devtools/diffstat/diffstat_1.66.bb
+++ b/meta/recipes-devtools/diffstat/diffstat_1.68.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=0c432d3aeb935855b2ca1ad2a0542ce4"
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] = "89f9294a8ac74fcef6f1b9ac408f43ebedf8d208e3efe0b99b4acc16dc6582c7"
16 16
17inherit autotools gettext ptest 17inherit autotools gettext ptest
18 18