[oe-commits] : slugos.inc: conf - revert PREFERRED_VERSION for the older gettext tools

OE GIT Trial gittrial at amethyst.openembedded.net
Mon Oct 13 01:06:15 UTC 2008


Module: org.openembedded.dev.git
Branch: org.openembedded.dev
Commit: c759451343c82690ae9f88cac1ec4bf467ba279f
URL:    http://gitweb.openembedded.net/?p=org.openembedded.dev.git&a=commit;h=c759451343c82690ae9f88cac1ec4bf467ba279f

Author:  <mwester at openembedded.org>
Date:   Sun Oct 12 20:15:35 2008 +0000

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.

---

 conf/distro/include/slugos.inc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/conf/distro/include/slugos.inc b/conf/distro/include/slugos.inc
index a111df1..45e8e91 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+"





More information about the Openembedded-commits mailing list