From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mail.openembedded.org (Postfix) with ESMTP id 09C7960DED for ; Fri, 20 Dec 2013 06:41:09 +0000 (UTC) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga101.jf.intel.com with ESMTP; 19 Dec 2013 22:41:09 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.95,518,1384329600"; d="scan'208";a="455317859" Received: from unknown (HELO swold-linux.bigsur.com) ([10.255.15.132]) by orsmga002.jf.intel.com with ESMTP; 19 Dec 2013 22:41:09 -0800 From: Saul Wold To: openembedded-core@lists.openembedded.org Date: Thu, 19 Dec 2013 22:41:05 -0800 Message-Id: <1387521668-26329-2-git-send-email-sgw@linux.intel.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1387521668-26329-1-git-send-email-sgw@linux.intel.com> References: <1387521668-26329-1-git-send-email-sgw@linux.intel.com> Subject: [PATCH 1/4] harfbuzz: Allow PACKAGECONFIG to be overridden X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Dec 2013 06:41:10 -0000 Signed-off-by: Saul Wold --- 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..544deecd 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" -- 1.8.3.1