]> code.ossystems Code Review - openembedded-core.git/commitdiff
beecrypt: Allow PACKAGECONFIG to be overridden
authorSaul Wold <sgw@linux.intel.com>
Thu, 19 Dec 2013 23:31:02 +0000 (15:31 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 20 Dec 2013 12:25:24 +0000 (12:25 +0000)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-support/beecrypt/beecrypt_4.2.1.bb

index a91720102380a15f3962e0b628bb738c6c238c3f..5874f9e2e11ceff6a3e4b104372d2fc1f54d80d3 100644 (file)
@@ -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.*"