[oe-commits] Saul Wold : beecrypt: Allow PACKAGECONFIG to be overridden

git at git.openembedded.org git at git.openembedded.org
Fri Dec 20 12:24:30 UTC 2013


Module: openembedded-core.git
Branch: master-next
Commit: ec480d385dd61798dfa224d0c940a36f053f2942
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=ec480d385dd61798dfa224d0c940a36f053f2942

Author: Saul Wold <sgw at linux.intel.com>
Date:   Thu Dec 19 15:31:02 2013 -0800

beecrypt: Allow PACKAGECONFIG to be overridden

Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 meta/recipes-support/beecrypt/beecrypt_4.2.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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.*"



More information about the Openembedded-commits mailing list