]> code.ossystems Code Review - openembedded-core.git/commitdiff
pango: don't wipe EXTRA_AUTORECONF
authorRoss Burton <ross.burton@intel.com>
Mon, 8 Jan 2018 11:04:46 +0000 (11:04 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 9 Jan 2018 11:45:20 +0000 (11:45 +0000)
This was added in 2007 to solve unspecified build errors, but the autotools
support has improved a lot since then and nothing breaks with it removed.

Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-graphics/pango/pango_1.40.12.bb

index 951afbe991c4fe4f19d683e7a3a0bb8cab70d4bb..cbad9a9a28a6ec65bdfac1924edbf0ea0b5b1c8a 100644 (file)
@@ -25,8 +25,6 @@ DEPENDS = "glib-2.0 glib-2.0-native fontconfig freetype virtual/libiconv cairo h
 PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}"
 PACKAGECONFIG[x11] = "--with-xft,--without-xft,virtual/libx11 libxft"
 
-EXTRA_AUTORECONF = ""
-
 EXTRA_OECONF = " \
                --disable-debug \
                "