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:26:31 +0000 |
commit | a69ccc55036cbfc61dc8e5ab907f575c4dd9a679 (patch) | |
tree | 65e34e7b5dc7d8cbe99d70ac2cd82096b1997f02 /meta | |
parent | 0a57d5b95c1398787c4c59a0dd7c83835fc2fede (diff) | |
download | 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.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() { | |||
27 | 27 | ||
28 | EXTRA_OECONF="--without-python --enable-shared --enable-static --disable-openmp --with-java=no" | 28 | EXTRA_OECONF="--without-python --enable-shared --enable-static --disable-openmp --with-java=no" |
29 | 29 | ||
30 | PACKAGECONFIG = "" | 30 | PACKAGECONFIG ??= "" |
31 | PACKAGECONFIG[cplusplus] = "--with-cplusplus,--without-cplusplus,icu" | 31 | PACKAGECONFIG[cplusplus] = "--with-cplusplus,--without-cplusplus,icu" |
32 | 32 | ||
33 | FILES_${PN} = "${sysconfdir} ${libdir}/*.so.* ${libdir}/${BPN}/*.so.*" | 33 | FILES_${PN} = "${sysconfdir} ${libdir}/*.so.* ${libdir}/${BPN}/*.so.*" |