* [PATCH 0/1] Fix for YB6473
@ 2014-07-03 9:45 Roxana Ciobanu
2014-07-03 9:45 ` [PATCH 1/1] gawk: fix optional dependency mpfr Roxana Ciobanu
0 siblings, 1 reply; 2+ messages in thread
From: Roxana Ciobanu @ 2014-07-03 9:45 UTC (permalink / raw)
To: openembedded-core
The following changes since commit 0ed5a13f5f9478e2c22f517fb3504b738422f85c:
python3: fix builtins imports (2014-06-30 16:36:44 +0100)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib roxana/YB6473
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=roxana/YB6473
Roxana Ciobanu (1):
gawk: fix optional dependency mpfr
meta/recipes-extended/gawk/gawk_4.1.1.bb | 2 ++
1 file changed, 2 insertions(+)
--
1.9.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH 1/1] gawk: fix optional dependency mpfr
2014-07-03 9:45 [PATCH 0/1] Fix for YB6473 Roxana Ciobanu
@ 2014-07-03 9:45 ` Roxana Ciobanu
0 siblings, 0 replies; 2+ messages in thread
From: Roxana Ciobanu @ 2014-07-03 9:45 UTC (permalink / raw)
To: openembedded-core
Gawk was failing to compile because of the optional feature mpfr if it found
libmpfr on build host and linked against that or mpfr existed in sysroot but
not in deploy, or if gawk was pulled from sstate and someone had mpfr built.
[YOCTO# 6473]
Signed-off-by: Roxana Ciobanu <roxana.ciobanu@intel.com>
---
meta/recipes-extended/gawk/gawk_4.1.1.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta/recipes-extended/gawk/gawk_4.1.1.bb b/meta/recipes-extended/gawk/gawk_4.1.1.bb
index 1298ee2..3266f58 100644
--- a/meta/recipes-extended/gawk/gawk_4.1.1.bb
+++ b/meta/recipes-extended/gawk/gawk_4.1.1.bb
@@ -13,6 +13,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
DEPENDS += "readline"
+PACKAGECONFIG[mpfr] = "--with-mpfr,--without-mpfr, mpfr"
+
SRC_URI = "${GNU_MIRROR}/gawk/gawk-${PV}.tar.gz \
file://run-ptest \
file://Use-DESTDIR-in-extension-Makefile.am-when-removing-..patch \
--
1.9.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-07-03 9:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-03 9:45 [PATCH 0/1] Fix for YB6473 Roxana Ciobanu
2014-07-03 9:45 ` [PATCH 1/1] gawk: fix optional dependency mpfr Roxana Ciobanu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox