summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2013-12-19 15:31:02 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-12-20 12:26:31 +0000
commita69ccc55036cbfc61dc8e5ab907f575c4dd9a679 (patch)
tree65e34e7b5dc7d8cbe99d70ac2cd82096b1997f02 /meta
parent0a57d5b95c1398787c4c59a0dd7c83835fc2fede (diff)
downloadast2050-yocto-poky-a69ccc55036cbfc61dc8e5ab907f575c4dd9a679.zip
ast2050-yocto-poky-a69ccc55036cbfc61dc8e5ab907f575c4dd9a679.tar.gz
beecrypt: Allow PACKAGECONFIG to be overridden
(From OE-Core rev: ec480d385dd61798dfa224d0c940a36f053f2942) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-support/beecrypt/beecrypt_4.2.1.bb2
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 a917201..5874f9e 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.*"
OpenPOWER on IntegriCloud