From 66452579a1e6bcebd9b2831253fa004a4e4959d6 Mon Sep 17 00:00:00 2001 From: Robert Yang Date: Thu, 23 Aug 2018 16:11:21 +0800 Subject: diffstat: 1.61 -> 1.62 Refresh avoid-check-user-break-cc.patch to fix fuzz warning. (From OE-Core rev: 6d9ab12ac113f0f33289200ca3c9df24d9fc1cc2) Signed-off-by: Robert Yang Signed-off-by: Richard Purdie --- meta/recipes-devtools/diffstat/diffstat_1.61.bb | 28 ------------------------- 1 file changed, 28 deletions(-) delete mode 100644 meta/recipes-devtools/diffstat/diffstat_1.61.bb (limited to 'meta/recipes-devtools/diffstat/diffstat_1.61.bb') diff --git a/meta/recipes-devtools/diffstat/diffstat_1.61.bb b/meta/recipes-devtools/diffstat/diffstat_1.61.bb deleted file mode 100644 index 1a76e78c15..0000000000 --- a/meta/recipes-devtools/diffstat/diffstat_1.61.bb +++ /dev/null @@ -1,28 +0,0 @@ -SUMMARY = "Tool to produce a statistics based on a diff" -DESCRIPTION = "diffstat reads the output of diff and displays a histogram of \ -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://install-sh;endline=42;md5=b3549726c1022bee09c174c72a0ca4a5" - -SRC_URI = "http://invisible-mirror.net/archives/${BPN}/${BP}.tgz \ - file://run-ptest \ - file://avoid-check-user-break-cc.patch \ -" - -SRC_URI[md5sum] = "c048a32d55d8bd6724f382baf41f325f" -SRC_URI[sha256sum] = "25359e0c27183f997b36c9202583b5dc2df390c20e22a92606af4bf7856a55ee" - -S = "${WORKDIR}/diffstat-${PV}" - -inherit autotools gettext ptest - -EXTRA_AUTORECONF += "--exclude=aclocal" - -LDFLAGS += "${TOOLCHAIN_OPTIONS}" - -do_install_ptest() { - cp -r ${S}/testing ${D}${PTEST_PATH} -} -- cgit v1.2.3-54-g00ecf