From: Saul Wold Date: Thu, 19 Dec 2013 23:31:02 +0000 (-0800) Subject: beecrypt: Allow PACKAGECONFIG to be overridden X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~35055 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec480d385dd61798dfa224d0c940a36f053f2942;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git beecrypt: Allow PACKAGECONFIG to be overridden Signed-off-by: Saul Wold --- diff --git a/meta/recipes-support/beecrypt/beecrypt_4.2.1.bb b/meta/recipes-support/beecrypt/beecrypt_4.2.1.bb index a9172010238..5874f9e2e11 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.*"