aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndre McCurdy <armccurdy@gmail.com>2017-01-10 14:47:56 -0800
committerMartin Jansa <Martin.Jansa@gmail.com>2017-01-25 15:59:57 +0100
commitfc05a9f5fb52f0c3acadc7171dd3e09da78588a3 (patch)
treedf2dba7103d6bba1cc3b34672ffc9e8825bc761c
parentf43ea8ff7cb9d4cdabb80140a865b60b1f9a2cd6 (diff)
downloadmeta-openembedded-contrib-fc05a9f5fb52f0c3acadc7171dd3e09da78588a3.tar.gz
log4c: add support for log4c-native
Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--meta-oe/recipes-support/log4c/log4c_1.2.4.bb2
1 files changed, 2 insertions, 0 deletions
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 3286b08eeb..a028f2b7f3 100644
--- a/meta-oe/recipes-support/log4c/log4c_1.2.4.bb
+++ b/meta-oe/recipes-support/log4c/log4c_1.2.4.bb
@@ -15,3 +15,5 @@ PACKAGECONFIG[expat] = "--with-expat,--without-expat,expat"
BINCONFIG = "${bindir}/log4c-config"
inherit autotools binconfig-disabled
+
+BBCLASSEXTEND = "native"