diff options
author | Andre McCurdy <armccurdy@gmail.com> | 2015-04-02 20:12:33 -0700 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-04-13 12:55:51 +0200 |
commit | bfbc13b510104b82dc91d2836da4ce64f5494552 (patch) | |
tree | 017267462796589e3d7de243cfaa40f3eabeb8f5 /meta-oe/recipes-support/log4c | |
parent | 3cc7f186be46a0de049d1fab70ddb84111be6e29 (diff) | |
download | meta-openembedded-bfbc13b510104b82dc91d2836da4ce64f5494552.tar.gz |
log4c: disable binconfig file
Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/log4c')
-rw-r--r-- | meta-oe/recipes-support/log4c/log4c_1.2.4.bb | 4 |
1 files changed, 3 insertions, 1 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 ea75757f8..3286b08ee 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 | |||
12 | PACKAGECONFIG ??= "expat" | 12 | PACKAGECONFIG ??= "expat" |
13 | PACKAGECONFIG[expat] = "--with-expat,--without-expat,expat" | 13 | PACKAGECONFIG[expat] = "--with-expat,--without-expat,expat" |
14 | 14 | ||
15 | inherit autotools | 15 | BINCONFIG = "${bindir}/log4c-config" |
16 | |||
17 | inherit autotools binconfig-disabled | ||