From: Mike Westerhof Date: Sun, 12 Oct 2008 20:15:35 +0000 (+0000) Subject: slugos.inc: conf - revert PREFERRED_VERSION for the older gettext tools X-Git-Tag: Release-2010-05/1~5830^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de99761408a4b8599de909b0c0d4644465475341;p=openembedded.git slugos.inc: conf - revert PREFERRED_VERSION for the older gettext tools The patches requires to e2fsprogs* to make it work with the newer gettext stuff make it no longer work at all with the older gettext. Note that this may break more packages than just e2fsprogs* but there is little that can be done about that or to identify it, it seems. --- diff --git a/conf/distro/include/slugos.inc b/conf/distro/include/slugos.inc index a111df116c..45e8e9171b 100644 --- a/conf/distro/include/slugos.inc +++ b/conf/distro/include/slugos.inc @@ -158,8 +158,8 @@ PREFERRED_VERSION_pango ?= 1.20.5 PREFERRED_VERSION_glib-2.0 ?= 2.16.1 # Stick with an older gettext -PREFERRED_VERSION_gettext ?= "0.14.1" -PREFERRED_VERSION_gettext-native ?= "0.14.1" +#PREFERRED_VERSION_gettext ?= "0.14.1" +#PREFERRED_VERSION_gettext-native ?= "0.14.1" # we don't ship gtk-directfb by default PREFERRED_PROVIDER_gtk+ ?= "gtk+"