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

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


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

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

harfbuzz: Allow PACKAGECONFIG to be overridden

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

---

 meta/recipes-graphics/harfbuzz/harfbuzz_0.9.25.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-graphics/harfbuzz/harfbuzz_0.9.25.bb b/meta/recipes-graphics/harfbuzz/harfbuzz_0.9.25.bb
index a18dafe..544deec 100644
--- a/meta/recipes-graphics/harfbuzz/harfbuzz_0.9.25.bb
+++ b/meta/recipes-graphics/harfbuzz/harfbuzz_0.9.25.bb
@@ -24,7 +24,7 @@ BBCLASSEXTEND = "native"
 
 EXTRA_OECONF = "--with-glib --with-freetype --with-cairo --without-graphite2"
 
-PACKAGECONFIG = ""
+PACKAGECONFIG ??= ""
 PACKAGECONFIG[icu] = "--with-icu,--without-icu,icu"
 
 PACKAGES =+ "${PN}-icu ${PN}-icu-dbg ${PN}-icu-dev"



More information about the Openembedded-commits mailing list