[oe-commits] Mike Westerhof : SlugOS: set preferred version for hal

GIT User account git at amethyst.openembedded.net
Sat Nov 1 03:16:40 UTC 2008


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

Author: Mike Westerhof <mwester at dls.net>
Date:   Fri Oct 31 22:13:30 2008 -0500

SlugOS: set preferred version for hal
(newer hal requires a newer udev as well)

---

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

diff --git a/conf/distro/include/slugos.inc b/conf/distro/include/slugos.inc
index 0e58afd..fdbeb2d 100644
--- a/conf/distro/include/slugos.inc
+++ b/conf/distro/include/slugos.inc
@@ -158,6 +158,9 @@ 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
+
 # Stick with an older gettext and e2fsprogs stuff
 # and gnutls... (our autotools is too old at the moment)
 PREFERRED_VERSION_gnutls           ?= "1.6.3"





More information about the Openembedded-commits mailing list