From ec480d385dd61798dfa224d0c940a36f053f2942 Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Thu, 19 Dec 2013 15:31:02 -0800 Subject: beecrypt: Allow PACKAGECONFIG to be overridden Signed-off-by: Saul Wold --- meta/recipes-support/beecrypt/beecrypt_4.2.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta') 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() { 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.*" -- cgit 1.2.3-korg