mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 09:49:33 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
189cf341ef
commit
6a11ebbc9a
@@ -1,4 +1,4 @@
|
|||||||
From 708c765ffb41ecc734316f69043583312fe444bd Mon Sep 17 00:00:00 2001
|
From 04fd678939ad0c21f57222c48305bfa29c8f6cf3 Mon Sep 17 00:00:00 2001
|
||||||
From: Kai Kang <kai.kang@windriver.com>
|
From: Kai Kang <kai.kang@windriver.com>
|
||||||
Date: Tue, 15 May 2018 17:17:01 +0800
|
Date: Tue, 15 May 2018 17:17:01 +0800
|
||||||
Subject: [PATCH] diffstat: fix wrong evaluation of CC
|
Subject: [PATCH] diffstat: fix wrong evaluation of CC
|
||||||
@@ -12,16 +12,15 @@ be included in CC. And then CC will be wrongly filtered.
|
|||||||
So comment out CF_CC_ENV_FLAGS from function CF_PROG_CC.
|
So comment out CF_CC_ENV_FLAGS from function CF_PROG_CC.
|
||||||
|
|
||||||
Signed-off-by: Kai Kang <kai.kang@windriver.com>
|
Signed-off-by: Kai Kang <kai.kang@windriver.com>
|
||||||
|
|
||||||
---
|
---
|
||||||
aclocal.m4 | 2 +-
|
aclocal.m4 | 2 +-
|
||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
diff --git a/aclocal.m4 b/aclocal.m4
|
diff --git a/aclocal.m4 b/aclocal.m4
|
||||||
index d4bd283..1b653c4 100644
|
index 1c653ea..8f0540d 100644
|
||||||
--- a/aclocal.m4
|
--- a/aclocal.m4
|
||||||
+++ b/aclocal.m4
|
+++ b/aclocal.m4
|
||||||
@@ -1522,7 +1522,7 @@ CF_GCC_VERSION
|
@@ -1584,7 +1584,7 @@ CF_GCC_VERSION
|
||||||
CF_ACVERSION_CHECK(2.52,
|
CF_ACVERSION_CHECK(2.52,
|
||||||
[AC_PROG_CC_STDC],
|
[AC_PROG_CC_STDC],
|
||||||
[CF_ANSI_CC_REQD])
|
[CF_ANSI_CC_REQD])
|
||||||
|
|||||||
@@ -4,15 +4,15 @@ the insertions, deletions, and modifications per-file. It is useful for \
|
|||||||
reviewing large, complex patch files."
|
reviewing large, complex patch files."
|
||||||
HOMEPAGE = "http://invisible-island.net/diffstat/"
|
HOMEPAGE = "http://invisible-island.net/diffstat/"
|
||||||
SECTION = "devel"
|
SECTION = "devel"
|
||||||
LICENSE = "MIT"
|
LICENSE = "X11"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=5713b4719a66a6527e6301e8f8745877"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=6232ea974e4cbc4ee06b49ed53df6ece"
|
||||||
|
|
||||||
SRC_URI = "http://invisible-mirror.net/archives/${BPN}/${BP}.tgz \
|
SRC_URI = "http://invisible-mirror.net/archives/${BPN}/${BP}.tgz \
|
||||||
file://run-ptest \
|
file://run-ptest \
|
||||||
file://avoid-check-user-break-cc.patch \
|
file://avoid-check-user-break-cc.patch \
|
||||||
"
|
"
|
||||||
|
|
||||||
SRC_URI[sha256sum] = "f54531bbe32e8e0fa461f018b41e3af516b632080172f361f05e50367ecbb69e"
|
SRC_URI[sha256sum] = "760ed0c99c6d643238d41b80e60278cf1683ffb94a283954ac7ef168c852766a"
|
||||||
|
|
||||||
inherit autotools gettext ptest
|
inherit autotools gettext ptest
|
||||||
|
|
||||||
Reference in New Issue
Block a user