aboutsummaryrefslogtreecommitdiffstats
path: root/conf/distro
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-06-05 20:09:14 +0200
committerKoen Kooi <koen@openembedded.org>2010-06-05 20:09:14 +0200
commita9806d48cab3fa11afe4fd6fe7a5715e75f0e747 (patch)
tree8359e8d1389b31fd9448b502dbbbe52c26f23e3d /conf/distro
parentf8f9419d7177642540d5af366fb6eb3cfedb9e5b (diff)
downloadopenembedded-a9806d48cab3fa11afe4fd6fe7a5715e75f0e747.tar.gz
angstrom: automake 1.11 doesn't exist, 1.11.1 does
Diffstat (limited to 'conf/distro')
-rw-r--r--conf/distro/include/angstrom-2008-preferred-versions.inc3
-rw-r--r--conf/distro/include/sane-srcrevs.inc2
2 files changed, 3 insertions, 2 deletions
diff --git a/conf/distro/include/angstrom-2008-preferred-versions.inc b/conf/distro/include/angstrom-2008-preferred-versions.inc
index 2779504be9..30720aab23 100644
--- a/conf/distro/include/angstrom-2008-preferred-versions.inc
+++ b/conf/distro/include/angstrom-2008-preferred-versions.inc
@@ -5,7 +5,8 @@ require conf/distro/include/angstrom-codec-engine-${CE_VERSION}-preferred-versio
PREFERRED_VERSION_autoconf = "2.65"
PREFERRED_VERSION_autoconf-native = "2.65"
-PREFERRED_VERSION_automake-native = "1.11"
+PREFERRED_VERSION_automake = "1.11.1"
+PREFERRED_VERSION_automake-native = "1.11.1"
PREFERRED_VERSION_busybox = "1.13.2"
PREFERRED_VERSION_cairo = "1.8.10"
PREFERRED_VERSION_dbus = "1.2.24"
diff --git a/conf/distro/include/sane-srcrevs.inc b/conf/distro/include/sane-srcrevs.inc
index 0955a0d699..bb1c6269a6 100644
--- a/conf/distro/include/sane-srcrevs.inc
+++ b/conf/distro/include/sane-srcrevs.inc
@@ -2,4 +2,4 @@
# only SRCREVs included in more recipes should be here, otherwise put sane SRCREV to recipe directly
OPKG_SRCREV ?= "530"
-EFL_SRCREV ?= "48935"
+EFL_SRCREV ?= "49470"