aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/autoconf/autoconf_2.63.bb
diff options
context:
space:
mode:
authorChris Larson <chris_larson@mentor.com>2010-10-19 19:50:14 -0700
committerChris Larson <chris_larson@mentor.com>2010-11-02 18:39:02 -0700
commit6e509ddf9ae266d224f136ecf2b2f83a7401df9c (patch)
tree646d69d016a27f5e391f81fb0f299493f8e0e67f /recipes/autoconf/autoconf_2.63.bb
parent4857112c0b087845457c418e87d53a07204e6eeb (diff)
downloadopenembedded-6e509ddf9ae266d224f136ecf2b2f83a7401df9c.tar.gz
autotools: update config.{sub,guess} directly
Drops gnu-configize in favor of doing it in the classes, and automatically doing it in autotools_base as well as autotools, ensuring that even recipes which only want oe_runconf will get the config files updated. Signed-off-by: Chris Larson <chris_larson@mentor.com>
Diffstat (limited to 'recipes/autoconf/autoconf_2.63.bb')
-rw-r--r--recipes/autoconf/autoconf_2.63.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes/autoconf/autoconf_2.63.bb b/recipes/autoconf/autoconf_2.63.bb
index 41b33766c8..02e58508dd 100644
--- a/recipes/autoconf/autoconf_2.63.bb
+++ b/recipes/autoconf/autoconf_2.63.bb
@@ -1,13 +1,12 @@
require autoconf.inc
-PR = "${INC_PR}.0"
+PR = "${INC_PR}.1"
DEFAULT_PREFERENCE = "-1"
SRC_URI += "file://autoreconf-exclude.patch \
file://autoreconf-foreign.patch \
file://autoheader-nonfatal-warnings.patch \
- file://autoreconf-gnuconfigize.patch \
file://config-site.patch"
SRC_URI_append_virtclass-native = " file://fix_path_xtra.patch"