[oe-commits] Andre McCurdy : log4c: disable binconfig file

git at git.openembedded.org git at git.openembedded.org
Tue Apr 7 11:11:20 UTC 2015


Module: meta-openembedded.git
Branch: master-next
Commit: fc7b477cfc15a9ea1498a57b85166f66128cd868
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=fc7b477cfc15a9ea1498a57b85166f66128cd868

Author: Andre McCurdy <armccurdy at gmail.com>
Date:   Thu Apr  2 20:12:33 2015 -0700

log4c: disable binconfig file

Signed-off-by: Andre McCurdy <armccurdy at gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa 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 ea75757..3286b08 100644
--- a/meta-oe/recipes-support/log4c/log4c_1.2.4.bb
+++ b/meta-oe/recipes-support/log4c/log4c_1.2.4.bb
@@ -12,4 +12,6 @@ SRC_URI[sha256sum] = "5991020192f52cc40fa852fbf6bbf5bd5db5d5d00aa9905c67f6f0eade
 PACKAGECONFIG ??= "expat"
 PACKAGECONFIG[expat] = "--with-expat,--without-expat,expat"
 
-inherit autotools
+BINCONFIG = "${bindir}/log4c-config"
+
+inherit autotools binconfig-disabled



More information about the Openembedded-commits mailing list