[oe] [meta-oe][PATCH 1/2] log4c: fix expat rdepends issue

Armin Kuster akuster808 at gmail.com
Tue Jan 6 16:01:06 UTC 2015


add --without-expat

Signed-off-by: Armin Kuster <akuster808 at 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




More information about the Openembedded-devel mailing list