aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorMike Westerhof <mwester@dls.net>2010-04-09 12:00:49 -0500
committerMike Westerhof <mwester@dls.net>2010-04-09 12:00:49 -0500
commit53c30775c5693a7c16d563a04426fdad3586e3ab (patch)
treeb9616a08b7e23936717eefc55f60a7149a7cc3f7 /conf
parent1727bec18a01c358973c61e08f9161e57d2b97b7 (diff)
downloadopenembedded-53c30775c5693a7c16d563a04426fdad3586e3ab.tar.gz
SlugOS: preferred-slugos-versions.inc - add autoconf-2.61
This fixes build failures with m4, maiu, and inetutils, which fail with autoconf 2.65
Diffstat (limited to 'conf')
-rw-r--r--conf/distro/include/preferred-slugos-versions.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/distro/include/preferred-slugos-versions.inc b/conf/distro/include/preferred-slugos-versions.inc
index 23424a2b1a..7db5614281 100644
--- a/conf/distro/include/preferred-slugos-versions.inc
+++ b/conf/distro/include/preferred-slugos-versions.inc
@@ -30,6 +30,8 @@ OPKG_SRCREV = "160"
### alphabetically. Note that the main slugos.inc file
### may include preferred versions for toolchain components.
+PREFERRED_VERSION_autoconf ?= "2.61"
+PREFERRED_VERSION_autoconf-native ?= "2.61"
PREFERRED_VERSION_automake-native ?= "1.10.3"
PREFERRED_VERSION_automake ?= "1.10.3"
PREFERRED_VERSION_binutils ?= "2.18.50.0.7"
@@ -55,7 +57,6 @@ PREFERRED_VERSION_libtool-sdk ?= "2.2.6b"
PREFERRED_VERSION_linux-libc-headers ?= "2.6.23"
PREFERRED_VERSION_m4 ?= "1.4.8"
PREFERRED_VERSION_m4-native ?= "1.4.8"
-PREFERRED_VERSION_netatalk ?= "2.0.3"
PREFERRED_VERSION_nslu2-linksys-firmware ?= "2.3r63"
PREFERRED_VERSION_pkgconfig ?= "0.23"
PREFERRED_VERSION_pkgconfig-native ?= "0.23"