diff options
| author | Andre McCurdy <armccurdy@gmail.com> | 2017-01-10 14:47:56 -0800 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-01-25 15:59:57 +0100 |
| commit | fc05a9f5fb52f0c3acadc7171dd3e09da78588a3 (patch) | |
| tree | df2dba7103d6bba1cc3b34672ffc9e8825bc761c | |
| parent | f43ea8ff7cb9d4cdabb80140a865b60b1f9a2cd6 (diff) | |
| download | meta-openembedded-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.bb | 2 |
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" | |||
| 15 | BINCONFIG = "${bindir}/log4c-config" | 15 | BINCONFIG = "${bindir}/log4c-config" |
| 16 | 16 | ||
| 17 | inherit autotools binconfig-disabled | 17 | inherit autotools binconfig-disabled |
| 18 | |||
| 19 | BBCLASSEXTEND = "native" | ||
