diff options
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/diffstat/diffstat/avoid-check-user-break-cc.patch | 6 | ||||
-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 @@ | |||
1 | From 1046593aacb74ff888a0d68c0ff89b20c4bc9ed4 Mon Sep 17 00:00:00 2001 | 1 | From 708c765ffb41ecc734316f69043583312fe444bd Mon Sep 17 00:00:00 2001 |
2 | From: Kai Kang <kai.kang@windriver.com> | 2 | From: Kai Kang <kai.kang@windriver.com> |
3 | Date: Tue, 15 May 2018 17:17:01 +0800 | 3 | Date: Tue, 15 May 2018 17:17:01 +0800 |
4 | Subject: [PATCH] diffstat: fix wrong evaluation of CC | 4 | Subject: [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 | ||
20 | diff --git a/aclocal.m4 b/aclocal.m4 | 20 | diff --git a/aclocal.m4 b/aclocal.m4 |
21 | index 9281aa8..dd57b7a 100644 | 21 | index 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." | |||
5 | HOMEPAGE = "http://invisible-island.net/diffstat/" | 5 | HOMEPAGE = "http://invisible-island.net/diffstat/" |
6 | SECTION = "devel" | 6 | SECTION = "devel" |
7 | LICENSE = "MIT" | 7 | LICENSE = "MIT" |
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=6450594049f0eed1052e634ddcbeec28" | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=5713b4719a66a6527e6301e8f8745877" |
9 | 9 | ||
10 | SRC_URI = "http://invisible-mirror.net/archives/${BPN}/${BP}.tgz \ | 10 | SRC_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 | ||
15 | SRC_URI[sha256sum] = "8cf27424926debcd85921755c3915559288244bd103f62d740dc6b83b557a28a" | 15 | SRC_URI[sha256sum] = "f54531bbe32e8e0fa461f018b41e3af516b632080172f361f05e50367ecbb69e" |
16 | 16 | ||
17 | inherit autotools gettext ptest | 17 | inherit autotools gettext ptest |
18 | 18 | ||