[oe-commits] [openembedded-core] 04/11: pango: don't wipe EXTRA_AUTORECONF

git at git.openembedded.org git at git.openembedded.org
Tue Jan 9 11:46:37 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 8b5243a7771f728fd34a7466ab24e9ff98d20d84
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Mon Jan 8 11:04:46 2018 +0000

    pango: don't wipe EXTRA_AUTORECONF
    
    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 951afbe..cbad9a9 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 \
 	        "

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list