All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH 1/2] log4c: fix expat rdepends issue
@ 2015-01-06 16:01 Armin Kuster
  2015-01-06 16:01 ` [meta-oe][PATCH 2/2] libssh: fix krb5 " Armin Kuster
  2015-01-06 16:28 ` [meta-oe][PATCH 1/2] log4c: fix expat " Martin Jansa
  0 siblings, 2 replies; 8+ messages in thread
From: Armin Kuster @ 2015-01-06 16:01 UTC (permalink / raw)
  To: openembedded-devel

add --without-expat

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 meta-oe/recipes-support/log4c/log4c_1.2.4.bb | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/meta-oe/recipes-support/log4c/log4c_1.2.4.bb b/meta-oe/recipes-support/log4c/log4c_1.2.4.bb
index 43e0746..0e58db7 100644
--- a/meta-oe/recipes-support/log4c/log4c_1.2.4.bb
+++ b/meta-oe/recipes-support/log4c/log4c_1.2.4.bb
@@ -12,5 +12,7 @@ S = "${WORKDIR}/${PN}-${PV}"
 
 EXTRA_OECONF = "--prefix=/usr"
 
-inherit autotools
+PACKAGECONFIG ??=""
+PACKAGECONFIG[expat] = ", --without-expat, expat, expat"
 
+inherit autotools
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2015-01-07  9:08 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-06 16:01 [meta-oe][PATCH 1/2] log4c: fix expat rdepends issue Armin Kuster
2015-01-06 16:01 ` [meta-oe][PATCH 2/2] libssh: fix krb5 " Armin Kuster
2015-01-06 16:30   ` Martin Jansa
2015-01-07  1:52     ` akuster808
2015-01-06 16:28 ` [meta-oe][PATCH 1/2] log4c: fix expat " Martin Jansa
2015-01-07  1:42   ` akuster808
2015-01-07  2:25   ` akuster808
2015-01-07  9:08     ` Martin Jansa

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.