mirror of
https://git.yoctoproject.org/poky
synced 2026-03-25 10:02:22 +01: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>
|
||||
Date: Tue, 15 May 2018 17:17:01 +0800
|
||||
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.
|
||||
|
||||
Signed-off-by: Kai Kang <kai.kang@windriver.com>
|
||||
|
||||
---
|
||||
aclocal.m4 | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/aclocal.m4 b/aclocal.m4
|
||||
index d4bd283..1b653c4 100644
|
||||
index 1c653ea..8f0540d 100644
|
||||
--- a/aclocal.m4
|
||||
+++ b/aclocal.m4
|
||||
@@ -1522,7 +1522,7 @@ CF_GCC_VERSION
|
||||
@@ -1584,7 +1584,7 @@ CF_GCC_VERSION
|
||||
CF_ACVERSION_CHECK(2.52,
|
||||
[AC_PROG_CC_STDC],
|
||||
[CF_ANSI_CC_REQD])
|
||||
|
||||
@@ -4,15 +4,15 @@ the insertions, deletions, and modifications per-file. It is useful for \
|
||||
reviewing large, complex patch files."
|
||||
HOMEPAGE = "http://invisible-island.net/diffstat/"
|
||||
SECTION = "devel"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=5713b4719a66a6527e6301e8f8745877"
|
||||
LICENSE = "X11"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=6232ea974e4cbc4ee06b49ed53df6ece"
|
||||
|
||||
SRC_URI = "http://invisible-mirror.net/archives/${BPN}/${BP}.tgz \
|
||||
file://run-ptest \
|
||||
file://avoid-check-user-break-cc.patch \
|
||||
"
|
||||
|
||||
SRC_URI[sha256sum] = "f54531bbe32e8e0fa461f018b41e3af516b632080172f361f05e50367ecbb69e"
|
||||
SRC_URI[sha256sum] = "760ed0c99c6d643238d41b80e60278cf1683ffb94a283954ac7ef168c852766a"
|
||||
|
||||
inherit autotools gettext ptest
|
||||
|
||||
Reference in New Issue
Block a user