diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2019-12-20 17:23:47 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-12-30 08:47:13 +0000 |
commit | fe9f6d01cfb0e0c0f30ac9351b6c3a6952edaa39 (patch) | |
tree | 865348d8ec448774dd76b8574784a5db9692f0be /meta/recipes-devtools/diffstat | |
parent | c1c83f8b6806ed6fe7eacd4bad861a381e2a76b1 (diff) | |
download | poky-fe9f6d01cfb0e0c0f30ac9351b6c3a6952edaa39.tar.gz |
diffstat: update to 1.63
(From OE-Core rev: cd4787c324c92a9a9cd82a83fc449bb23c15fb1a)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/diffstat')
-rw-r--r-- | meta/recipes-devtools/diffstat/diffstat/0001-aclocal.m4-add-missing-header-defines.patch | 24 | ||||
-rw-r--r-- | meta/recipes-devtools/diffstat/diffstat_1.63.bb (renamed from meta/recipes-devtools/diffstat/diffstat_1.62.bb) | 7 |
2 files changed, 28 insertions, 3 deletions
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 @@ | |||
1 | From 004bd80d2523f538467b5ada2623eb207b55dad7 Mon Sep 17 00:00:00 2001 | ||
2 | From: Alexander Kanavin <alex.kanavin@gmail.com> | ||
3 | Date: Fri, 20 Dec 2019 15:44:28 +0100 | ||
4 | Subject: [PATCH] aclocal.m4: add missing header defines | ||
5 | |||
6 | Upstream-Status: Pending | ||
7 | Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> | ||
8 | --- | ||
9 | aclocal.m4 | 5 +++++ | ||
10 | 1 file changed, 5 insertions(+) | ||
11 | |||
12 | diff --git a/aclocal.m4 b/aclocal.m4 | ||
13 | index 3b19e82..c0c4acb 100644 | ||
14 | --- a/aclocal.m4 | ||
15 | +++ b/aclocal.m4 | ||
16 | @@ -1927,3 +1927,8 @@ make an error | ||
17 | fi | ||
18 | fi # cf_cv_posix_visible | ||
19 | ]) | ||
20 | + | ||
21 | +AC_DEFINE([HAVE_TCGETATTR], [], [Description]) | ||
22 | +AC_DEFINE([HAVE_TCSETATTR], [], [Description]) | ||
23 | +AC_DEFINE([HAVE_TERMIOS_H], [], [Description]) | ||
24 | + | ||
diff --git a/meta/recipes-devtools/diffstat/diffstat_1.62.bb b/meta/recipes-devtools/diffstat/diffstat_1.63.bb index 93d77797c9..ee0a7e7bd6 100644 --- a/meta/recipes-devtools/diffstat/diffstat_1.62.bb +++ b/meta/recipes-devtools/diffstat/diffstat_1.63.bb | |||
@@ -10,10 +10,11 @@ LIC_FILES_CHKSUM = "file://install-sh;endline=42;md5=b3549726c1022bee09c174c72a0 | |||
10 | SRC_URI = "http://invisible-mirror.net/archives/${BPN}/${BP}.tgz \ | 10 | SRC_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 | file://0001-aclocal.m4-add-missing-header-defines.patch \ |
14 | " | ||
14 | 15 | ||
15 | SRC_URI[md5sum] = "91e106bb34cb097750db7ddc0ba1d8fc" | 16 | SRC_URI[md5sum] = "b9272ec8af6257103261ec3622692991" |
16 | SRC_URI[sha256sum] = "7f09183644ed77a156b15346bbad4e89c93543e140add9dab18747e30522591f" | 17 | SRC_URI[sha256sum] = "7eddd53401b99b90bac3f7ebf23dd583d7d99c6106e67a4f1161b7a20110dc6f" |
17 | 18 | ||
18 | S = "${WORKDIR}/diffstat-${PV}" | 19 | S = "${WORKDIR}/diffstat-${PV}" |
19 | 20 | ||