From 931fd019bf2daead863f92d0f8d254378b9edffd Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Tue, 15 Jul 2014 17:18:37 +0100 Subject: autoconf: remove automake patch enforcing --foreign Since 2004 we've been carrying a patch[1] make autoreconf pass --foreign to automake. Presumably at the time this was due to many upstreams using hand-coded bootstrap scripts that passed --foreign manually, but we were using autoreconf. These days many projects have added foreign to AM_INIT_AUTOMAKE and use autoreconf directly, so this patch isn't as critical as it used to be. (From OE-Core rev: 74b05bba64589da0e4439a4293559ad9670104bd) Signed-off-by: Ross Burton [1] oe-classic 2ab2a92eadaf2f80410d8746099f8a9b1b81ff91 Signed-off-by: Richard Purdie --- meta/recipes-devtools/autoconf/autoconf_2.69.bb | 1 - 1 file changed, 1 deletion(-) (limited to 'meta/recipes-devtools/autoconf/autoconf_2.69.bb') diff --git a/meta/recipes-devtools/autoconf/autoconf_2.69.bb b/meta/recipes-devtools/autoconf/autoconf_2.69.bb index 5c652d4..6614a7b 100644 --- a/meta/recipes-devtools/autoconf/autoconf_2.69.bb +++ b/meta/recipes-devtools/autoconf/autoconf_2.69.bb @@ -10,7 +10,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \ SRC_URI += "file://autoreconf-include.patch \ file://check-automake-cross-warning.patch \ file://autoreconf-exclude.patch \ - file://autoreconf-foreign.patch \ file://autoreconf-gnuconfigize.patch \ file://config_site.patch \ file://remove-usr-local-lib-from-m4.patch \ -- cgit v1.1