[oe-commits] Mike Westerhof : SlugOS: distro/include/slugos. inc - PREFERRED_VERSION of udev to 118

GIT User account git at amethyst.openembedded.net
Thu Dec 18 03:36:15 UTC 2008


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

Author: Mike Westerhof <mwester at dls.net>
Date:   Wed Dec 17 21:33:34 2008 -0600

SlugOS: distro/include/slugos.inc - PREFERRED_VERSION of udev to 118

---

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

diff --git a/conf/distro/include/slugos.inc b/conf/distro/include/slugos.inc
index 17a3d8d..37778ae 100644
--- a/conf/distro/include/slugos.inc
+++ b/conf/distro/include/slugos.inc
@@ -175,12 +175,11 @@ PREFERRED_VERSION_linux-libc-headers ?= "2.6.20"
 
 # New pango and older glib-2.0 versions don't mix,
 # so specify exactly what we would like to build.
-PREFERRED_VERSION_pango    ?= 1.20.5
-PREFERRED_VERSION_glib-2.0 ?= 2.16.1
-PREFERRED_VERSION_cairo    ?= 1.4.8
+PREFERRED_VERSION_pango    ?= "1.20.5"
+PREFERRED_VERSION_glib-2.0 ?= "2.16.1"
+PREFERRED_VERSION_cairo    ?= "1.4.8"
 
-# Stay with older hal because of udev dependency
-PREFERRED_VERSION_hal      ?= 0.5.9
+PREFERRED_VERSION_udev	   ?= "124"
 
 # Stick with an older gettext and e2fsprogs stuff
 # and gnutls... (our autotools is too old at the moment)





More information about the Openembedded-commits mailing list