diff options
author | Koen Kooi <koen@openembedded.org> | 2007-08-08 21:58:03 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-08-08 21:58:03 +0000 |
commit | d3187fcd902902b9a371f981e9a84016520271b2 (patch) | |
tree | a4a7c57b81a65fd2a90281729b7bf61e4ca11417 /packages/autoconf | |
parent | 525301d9a28061d71fb7e013759f3e5a185d2b46 (diff) |
autoconf: make 2.61 the default, as discussed on the mailinglist
Diffstat (limited to 'packages/autoconf')
-rw-r--r-- | packages/autoconf/autoconf-native_2.61.bb | 3 | ||||
-rw-r--r-- | packages/autoconf/autoconf_2.61.bb | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/packages/autoconf/autoconf-native_2.61.bb b/packages/autoconf/autoconf-native_2.61.bb index 3efa04bdd2..e992de97b7 100644 --- a/packages/autoconf/autoconf-native_2.61.bb +++ b/packages/autoconf/autoconf-native_2.61.bb @@ -9,9 +9,8 @@ FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/autoconf-${PV}" inherit native # -# without it build break: +# without it the build breaks: # | make[1]: *** No rule to make target `../bin/autom4te', needed by `autoconf.in'. Stop. # PARALLEL_MAKE = "" -DEFAULT_PREFERENCE = "-1" diff --git a/packages/autoconf/autoconf_2.61.bb b/packages/autoconf/autoconf_2.61.bb index 1fad7ef7cb..525e8d0f92 100644 --- a/packages/autoconf/autoconf_2.61.bb +++ b/packages/autoconf/autoconf_2.61.bb @@ -13,4 +13,3 @@ SRC_URI += "file://autoreconf-include.patch;patch=1 \ file://config-site.patch;patch=1 \ ${@['file://path_prog_fixes.patch;patch=1', ''][bb.data.inherits_class('native', d)]}" -DEFAULT_PREFERENCE = "-1" |