* [PATCH 1/2] diffutils: Disable searching for libsigsegv
@ 2014-12-26 11:08 Holger Hans Peter Freyther
2014-12-26 11:08 ` [PATCH 2/2] m4: " Holger Hans Peter Freyther
0 siblings, 1 reply; 2+ messages in thread
From: Holger Hans Peter Freyther @ 2014-12-26 11:08 UTC (permalink / raw)
To: openembedded-core
After building GNU Smalltalk libsigsegv is in the sysroot
and will be picked-up by diffutils. This lead to the below
warning:
WARNING: QA Issue: m4 rdepends on libsigsegv, but it isn't a build dependency? [build-deps]
---
meta/recipes-devtools/diffstat/diffstat_1.59.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta/recipes-devtools/diffstat/diffstat_1.59.bb b/meta/recipes-devtools/diffstat/diffstat_1.59.bb
index f599622..c64eb7f 100644
--- a/meta/recipes-devtools/diffstat/diffstat_1.59.bb
+++ b/meta/recipes-devtools/diffstat/diffstat_1.59.bb
@@ -16,6 +16,8 @@ SRC_URI[sha256sum] = "267d1441b8889cbefbb7ca7dfd4a17f6c8bc73bc114904c74ecad945a3
S = "${WORKDIR}/diffstat-${PV}"
+EXTRA_OECONF += "--without-libsigsegv-prefix"
+
inherit autotools gettext ptest
do_configure () {
--
2.1.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH 2/2] m4: Disable searching for libsigsegv
2014-12-26 11:08 [PATCH 1/2] diffutils: Disable searching for libsigsegv Holger Hans Peter Freyther
@ 2014-12-26 11:08 ` Holger Hans Peter Freyther
0 siblings, 0 replies; 2+ messages in thread
From: Holger Hans Peter Freyther @ 2014-12-26 11:08 UTC (permalink / raw)
To: openembedded-core
When building GNU Smalltalk libsigsegv will be available and m4
will start to use it. This leads to the below warning:
WARNING: QA Issue: m4 rdepends on libsigsegv, but it isn't a build dependency? [build-deps]
---
meta/recipes-devtools/m4/m4.inc | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta/recipes-devtools/m4/m4.inc b/meta/recipes-devtools/m4/m4.inc
index 4a83929..e473e23 100644
--- a/meta/recipes-devtools/m4/m4.inc
+++ b/meta/recipes-devtools/m4/m4.inc
@@ -5,6 +5,7 @@ GNU M4 also has built-in functions for including files, running shell commands,
inherit autotools texinfo
+EXTRA_OECONF += "--without-libsigsegv-prefix"
EXTRA_OEMAKE += "'infodir=${infodir}'"
LDFLAGS_prepend_libc-uclibc = " -lrt "
SRC_URI = "${GNU_MIRROR}/m4/m4-${PV}.tar.gz"
--
2.1.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-12-26 11:16 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-26 11:08 [PATCH 1/2] diffutils: Disable searching for libsigsegv Holger Hans Peter Freyther
2014-12-26 11:08 ` [PATCH 2/2] m4: " Holger Hans Peter Freyther
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox