diff options
author | Saul Wold <sgw@linux.intel.com> | 2013-12-19 15:31:02 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-20 12:25:24 +0000 |
commit | ec480d385dd61798dfa224d0c940a36f053f2942 (patch) | |
tree | 8f342140bf27cafc738460870cb43c431740cca7 | |
parent | ca35307b988367f18c3039c1d6c2bc400965a23f (diff) | |
download | openembedded-core-ec480d385dd61798dfa224d0c940a36f053f2942.tar.gz openembedded-core-ec480d385dd61798dfa224d0c940a36f053f2942.tar.bz2 openembedded-core-ec480d385dd61798dfa224d0c940a36f053f2942.zip |
beecrypt: Allow PACKAGECONFIG to be overridden
Signed-off-by: Saul Wold <sgw@linux.intel.com>
-rw-r--r-- | meta/recipes-support/beecrypt/beecrypt_4.2.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/beecrypt/beecrypt_4.2.1.bb b/meta/recipes-support/beecrypt/beecrypt_4.2.1.bb index a917201023..5874f9e2e1 100644 --- a/meta/recipes-support/beecrypt/beecrypt_4.2.1.bb +++ b/meta/recipes-support/beecrypt/beecrypt_4.2.1.bb @@ -27,7 +27,7 @@ do_install_append() { EXTRA_OECONF="--without-python --enable-shared --enable-static --disable-openmp --with-java=no" -PACKAGECONFIG = "" +PACKAGECONFIG ??= "" PACKAGECONFIG[cplusplus] = "--with-cplusplus,--without-cplusplus,icu" FILES_${PN} = "${sysconfdir} ${libdir}/*.so.* ${libdir}/${BPN}/*.so.*" |