From fe9f6d01cfb0e0c0f30ac9351b6c3a6952edaa39 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Fri, 20 Dec 2019 17:23:47 +0100 Subject: diffstat: update to 1.63 (From OE-Core rev: cd4787c324c92a9a9cd82a83fc449bb23c15fb1a) Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- ...001-aclocal.m4-add-missing-header-defines.patch | 24 ++++++++++++++++++ meta/recipes-devtools/diffstat/diffstat_1.62.bb | 28 --------------------- meta/recipes-devtools/diffstat/diffstat_1.63.bb | 29 ++++++++++++++++++++++ 3 files changed, 53 insertions(+), 28 deletions(-) create mode 100644 meta/recipes-devtools/diffstat/diffstat/0001-aclocal.m4-add-missing-header-defines.patch delete mode 100644 meta/recipes-devtools/diffstat/diffstat_1.62.bb create mode 100644 meta/recipes-devtools/diffstat/diffstat_1.63.bb (limited to 'meta/recipes-devtools/diffstat') diff --git a/meta/recipes-devtools/diffstat/diffstat/0001-aclocal.m4-add-missing-header-defines.patch b/meta/recipes-devtools/diffstat/diffstat/0001-aclocal.m4-add-missing-header-defines.patch new file mode 100644 index 0000000000..5bd94d7de4 --- /dev/null +++ b/meta/recipes-devtools/diffstat/diffstat/0001-aclocal.m4-add-missing-header-defines.patch @@ -0,0 +1,24 @@ +From 004bd80d2523f538467b5ada2623eb207b55dad7 Mon Sep 17 00:00:00 2001 +From: Alexander Kanavin +Date: Fri, 20 Dec 2019 15:44:28 +0100 +Subject: [PATCH] aclocal.m4: add missing header defines + +Upstream-Status: Pending +Signed-off-by: Alexander Kanavin +--- + aclocal.m4 | 5 +++++ + 1 file changed, 5 insertions(+) + +diff --git a/aclocal.m4 b/aclocal.m4 +index 3b19e82..c0c4acb 100644 +--- a/aclocal.m4 ++++ b/aclocal.m4 +@@ -1927,3 +1927,8 @@ make an error + fi + fi # cf_cv_posix_visible + ]) ++ ++AC_DEFINE([HAVE_TCGETATTR], [], [Description]) ++AC_DEFINE([HAVE_TCSETATTR], [], [Description]) ++AC_DEFINE([HAVE_TERMIOS_H], [], [Description]) ++ diff --git a/meta/recipes-devtools/diffstat/diffstat_1.62.bb b/meta/recipes-devtools/diffstat/diffstat_1.62.bb deleted file mode 100644 index 93d77797c9..0000000000 --- a/meta/recipes-devtools/diffstat/diffstat_1.62.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] = "91e106bb34cb097750db7ddc0ba1d8fc" -SRC_URI[sha256sum] = "7f09183644ed77a156b15346bbad4e89c93543e140add9dab18747e30522591f" - -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} -} diff --git a/meta/recipes-devtools/diffstat/diffstat_1.63.bb b/meta/recipes-devtools/diffstat/diffstat_1.63.bb new file mode 100644 index 0000000000..ee0a7e7bd6 --- /dev/null +++ b/meta/recipes-devtools/diffstat/diffstat_1.63.bb @@ -0,0 +1,29 @@ +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 \ + file://0001-aclocal.m4-add-missing-header-defines.patch \ + " + +SRC_URI[md5sum] = "b9272ec8af6257103261ec3622692991" +SRC_URI[sha256sum] = "7eddd53401b99b90bac3f7ebf23dd583d7d99c6106e67a4f1161b7a20110dc6f" + +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