* [PATCH 0/1] diffutils & diffstat: fix up EXTRA_OECONF
@ 2014-12-29 8:28 Chen Qi
2014-12-29 8:28 ` [PATCH 1/1] " Chen Qi
0 siblings, 1 reply; 2+ messages in thread
From: Chen Qi @ 2014-12-29 8:28 UTC (permalink / raw)
To: openembedded-core
The following changes since commit 859fb4d9ec6974be9ce755e4ffefd9b199f3604c:
binutils: several security fixes (2014-12-27 09:16:08 +0000)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib ChenQi/diffutils-diffstat
http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=ChenQi/diffutils-diffstat
Chen Qi (1):
diffutils & diffstat: fix up EXTRA_OECONF
meta/recipes-devtools/diffstat/diffstat_1.59.bb | 2 --
meta/recipes-extended/diffutils/diffutils_3.3.bb | 2 ++
2 files changed, 2 insertions(+), 2 deletions(-)
--
1.9.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH 1/1] diffutils & diffstat: fix up EXTRA_OECONF
2014-12-29 8:28 [PATCH 0/1] diffutils & diffstat: fix up EXTRA_OECONF Chen Qi
@ 2014-12-29 8:28 ` Chen Qi
0 siblings, 0 replies; 2+ messages in thread
From: Chen Qi @ 2014-12-29 8:28 UTC (permalink / raw)
To: openembedded-core
The following line is meant to be in diffutils but it was added to
diffstat by accident. The commit message which introduced this line
says that it's for diffutils.
EXTRA_OECONF += "--without-libsigsegv-prefix"
This patch fixes this problem.
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
---
meta/recipes-devtools/diffstat/diffstat_1.59.bb | 2 --
meta/recipes-extended/diffutils/diffutils_3.3.bb | 2 ++
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-devtools/diffstat/diffstat_1.59.bb b/meta/recipes-devtools/diffstat/diffstat_1.59.bb
index c64eb7f..f599622b 100644
--- a/meta/recipes-devtools/diffstat/diffstat_1.59.bb
+++ b/meta/recipes-devtools/diffstat/diffstat_1.59.bb
@@ -16,8 +16,6 @@ SRC_URI[sha256sum] = "267d1441b8889cbefbb7ca7dfd4a17f6c8bc73bc114904c74ecad945a3
S = "${WORKDIR}/diffstat-${PV}"
-EXTRA_OECONF += "--without-libsigsegv-prefix"
-
inherit autotools gettext ptest
do_configure () {
diff --git a/meta/recipes-extended/diffutils/diffutils_3.3.bb b/meta/recipes-extended/diffutils/diffutils_3.3.bb
index a467f20..b708962 100644
--- a/meta/recipes-extended/diffutils/diffutils_3.3.bb
+++ b/meta/recipes-extended/diffutils/diffutils_3.3.bb
@@ -7,6 +7,8 @@ SRC_URI = "${GNU_MIRROR}/diffutils/diffutils-${PV}.tar.xz \
file://run-ptest \
"
+EXTRA_OECONF += "--without-libsigsegv-prefix"
+
do_configure_prepend () {
# Need to remove gettext macros with weird mix of versions
for i in codeset.m4 gettext_gl.m4 intlmacosx.m4 inttypes-pri.m4 lib-ld_gl.m4 lib-prefix_gl.m4 po_gl.m4 ssize_t.m4 wchar_t.m4 wint_t.m4; do
--
1.9.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-12-29 8:28 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-29 8:28 [PATCH 0/1] diffutils & diffstat: fix up EXTRA_OECONF Chen Qi
2014-12-29 8:28 ` [PATCH 1/1] " Chen Qi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox