From f3902411b9242c3549f9045ac22c2c67d783da42 Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Sun, 24 Oct 2010 09:30:20 +0200 Subject: fontconfig/fontconfig-native_2.6.0.bb: removed unneeded EXTRA_OEMAKE verified by comparing bitbake -e output from before and after the edit Signed-off-by: Frans Meulenbroeks --- recipes/fontconfig/fontconfig-native_2.6.0.bb | 1 - 1 file changed, 1 deletion(-) (limited to 'recipes/fontconfig') diff --git a/recipes/fontconfig/fontconfig-native_2.6.0.bb b/recipes/fontconfig/fontconfig-native_2.6.0.bb index fb9e00260a..485f148112 100644 --- a/recipes/fontconfig/fontconfig-native_2.6.0.bb +++ b/recipes/fontconfig/fontconfig-native_2.6.0.bb @@ -5,7 +5,6 @@ inherit native DEPENDS = "freetype-native expat-native zlib-native" FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/fontconfig-${PV}" -EXTRA_OEMAKE = "" EXTRA_OECONF = "${@[' --disable-docs',' --disable-docs --with-freetype-config=%s/freetype-config' % bb.data.getVar('STAGING_BINDIR', d, 1)][os.path.isfile('%s/freetype-config' % bb.data.getVar('STAGING_BINDIR', d, 1))]}" do_install_append () { -- cgit 1.2.3-korg