fontconfig/fontconfig-native_2.6.0.bb: removed unneeded EXTRA_OEMAKE
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
Sun, 24 Oct 2010 07:30:20 +0000 (09:30 +0200)
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
Sun, 24 Oct 2010 07:34:06 +0000 (09:34 +0200)
verified by comparing bitbake -e output from before and after the edit

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
recipes/fontconfig/fontconfig-native_2.6.0.bb

index fb9e002..485f148 100644 (file)
@@ -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 () {