diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-03-30 13:56:15 +0200 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-03-30 13:56:15 +0200 |
commit | 8b6dbef9a6e93001d3bd71418be8a249274448c5 (patch) | |
tree | e5c20fa1bce43c2a72933c5c493cb94fd5fd72ab /recipes | |
parent | 0682e2a57d3fbd008a9b1d5c7d8fd4dd2f5e6ceb (diff) |
autoconf: removed DEFAULT_PREFERENCE = -1
as discussed on #oe
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Acked-by: Graeme Gregory <dp@xora.org.uk>
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/autoconf/autoconf_2.65.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/recipes/autoconf/autoconf_2.65.bb b/recipes/autoconf/autoconf_2.65.bb index 0093c4b4de..c2a9223cba 100644 --- a/recipes/autoconf/autoconf_2.65.bb +++ b/recipes/autoconf/autoconf_2.65.bb @@ -2,8 +2,6 @@ require autoconf.inc PR = "${INC_PR}.0" -DEFAULT_PREFERENCE = "-1" - SRC_URI += "file://autoreconf-exclude.patch;patch=1 \ file://autoreconf-foreign.patch;patch=1 \ file://autoheader-nonfatal-warnings.patch;patch=1 \ |