From: Koen Kooi Date: Sat, 5 Jun 2010 18:09:14 +0000 (+0200) Subject: angstrom: automake 1.11 doesn't exist, 1.11.1 does X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9806d48cab3fa11afe4fd6fe7a5715e75f0e747;p=openembedded.git angstrom: automake 1.11 doesn't exist, 1.11.1 does --- 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"