summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2022-11-03 13:30:47 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-11-07 14:32:42 +0000
commit109549e5b9152fa47b600684e104328490e71c56 (patch)
tree8f666ed7ad31a84859caafd161bef1beafeb59fe
parentd685ecf9efc9acd9e6bd5ed08782204b7c7c13c4 (diff)
downloadpoky-109549e5b9152fa47b600684e104328490e71c56.tar.gz
diffstat: upgrade 1.64 -> 1.65
License-Update: Copyright year updated to 2022 Changelog: ========== correct case where there is no unified-context. trim trailing '/' from pathnames, e.g., to handle "diff -ru FOO/ BAR/ | diffstat -K" update configure macros update config.guess, config.sub (From OE-Core rev: 5be2ea0e0040eaa7749843a0e12b99ebf1a01fe3) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/diffstat/diffstat_1.65.bb (renamed from meta/recipes-devtools/diffstat/diffstat_1.64.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/diffstat/diffstat_1.64.bb b/meta/recipes-devtools/diffstat/diffstat_1.65.bb
index 717f503039..59db7b1d78 100644
--- a/meta/recipes-devtools/diffstat/diffstat_1.64.bb
+++ b/meta/recipes-devtools/diffstat/diffstat_1.65.bb
@@ -5,14 +5,14 @@ reviewing large, complex patch files."
5HOMEPAGE = "http://invisible-island.net/diffstat/" 5HOMEPAGE = "http://invisible-island.net/diffstat/"
6SECTION = "devel" 6SECTION = "devel"
7LICENSE = "MIT" 7LICENSE = "MIT"
8LIC_FILES_CHKSUM = "file://COPYING;md5=f605b1986cc3b808ec0e4fa9d0e0f2d9" 8LIC_FILES_CHKSUM = "file://COPYING;md5=6450594049f0eed1052e634ddcbeec28"
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] = "b8aee38d9d2e1d05926e6b55810a9d2c2dd407f24d6a267387563a4436e3f7fc" 15SRC_URI[sha256sum] = "8cf27424926debcd85921755c3915559288244bd103f62d740dc6b83b557a28a"
16 16
17inherit autotools gettext ptest 17inherit autotools gettext ptest
18 18