]> code.ossystems Code Review - openembedded-core.git/commitdiff
harfbuzz: Allow PACKAGECONFIG to be overridden
authorSaul Wold <sgw@linux.intel.com>
Thu, 19 Dec 2013 23:30:40 +0000 (15:30 -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-graphics/harfbuzz/harfbuzz_0.9.25.bb

index a18dafea46d54e09187e34a17ad8a775216d9582..544deecdaed1f82deac2566842fef9d0997cc640 100644 (file)
@@ -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"