From: Alexander Kanavin <alex.kanavin@gmail.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 07/11] diffstat: update to 1.63
Date: Fri, 20 Dec 2019 17:23:47 +0100 [thread overview]
Message-ID: <20191220162351.94498-7-alex.kanavin@gmail.com> (raw)
In-Reply-To: <20191220162351.94498-1-alex.kanavin@gmail.com>
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
| 24 +++++++++++++++++++
.../{diffstat_1.62.bb => diffstat_1.63.bb} | 7 +++---
2 files changed, 28 insertions(+), 3 deletions(-)
create mode 100644 meta/recipes-devtools/diffstat/diffstat/0001-aclocal.m4-add-missing-header-defines.patch
rename meta/recipes-devtools/diffstat/{diffstat_1.62.bb => diffstat_1.63.bb} (77%)
--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 00000000000..5bd94d7de4a
--- /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 <alex.kanavin@gmail.com>
+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 <alex.kanavin@gmail.com>
+---
+ 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.63.bb
similarity index 77%
rename from meta/recipes-devtools/diffstat/diffstat_1.62.bb
rename to meta/recipes-devtools/diffstat/diffstat_1.63.bb
index 93d77797c95..ee0a7e7bd63 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
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] = "91e106bb34cb097750db7ddc0ba1d8fc"
-SRC_URI[sha256sum] = "7f09183644ed77a156b15346bbad4e89c93543e140add9dab18747e30522591f"
+SRC_URI[md5sum] = "b9272ec8af6257103261ec3622692991"
+SRC_URI[sha256sum] = "7eddd53401b99b90bac3f7ebf23dd583d7d99c6106e67a4f1161b7a20110dc6f"
S = "${WORKDIR}/diffstat-${PV}"
--
2.17.1
next prev parent reply other threads:[~2019-12-20 16:24 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-12-20 16:23 [PATCH 01/11] elfutils: upgrade 0.177 -> 0.178 Alexander Kanavin
2019-12-20 16:23 ` [PATCH 02/11] acl/attr: restore the package split Alexander Kanavin
2019-12-20 16:23 ` [PATCH 03/11] recipetool: always use python 3 in recipe creation Alexander Kanavin
2019-12-20 16:23 ` [PATCH 04/11] core-image-testmaster: use Python 3 Alexander Kanavin
2019-12-20 16:23 ` [PATCH 05/11] ptest-packagelists: drop python 2.x Alexander Kanavin
2019-12-20 16:23 ` [PATCH 06/11] ltp: fix build with musl Alexander Kanavin
2019-12-20 16:23 ` Alexander Kanavin [this message]
2019-12-20 16:23 ` [PATCH 08/11] prelink: upgrade to latest revision (in the cross_prelink branch) Alexander Kanavin
2019-12-20 16:23 ` [PATCH 09/11] libxml-parser-perl: update to 2.46 Alexander Kanavin
2019-12-20 16:23 ` [PATCH 10/11] libcap: update to 2.28 Alexander Kanavin
2019-12-29 9:22 ` Richard Purdie
2019-12-29 9:46 ` Alexander Kanavin
2019-12-20 16:23 ` [PATCH 11/11] kexec-tools: update to 2.0.20 Alexander Kanavin
2019-12-20 16:32 ` ✗ patchtest: failure for "elfutils: upgrade 0.177 -> 0.1..." and 10 more Patchwork
2019-12-29 17:18 ` [PATCH 01/11] elfutils: upgrade 0.177 -> 0.178 Richard Purdie
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20191220162351.94498-7-alex.kanavin@gmail.com \
--to=alex.kanavin@gmail.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox