[OE-core] [PATCH 4/9] pango: don't wipe EXTRA_AUTORECONF
Ross Burton
ross.burton at intel.com
Mon Jan 8 16:00:16 UTC 2018
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 at intel.com>
---
meta/recipes-graphics/pango/pango_1.40.12.bb | 2 --
1 file changed, 2 deletions(-)
diff --git a/meta/recipes-graphics/pango/pango_1.40.12.bb b/meta/recipes-graphics/pango/pango_1.40.12.bb
index 951afbe991c..cbad9a9a28a 100644
--- a/meta/recipes-graphics/pango/pango_1.40.12.bb
+++ b/meta/recipes-graphics/pango/pango_1.40.12.bb
@@ -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 \
"
--
2.11.0
More information about the Openembedded-core
mailing list