aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorMike Westerhof <mwester@dls.net>2008-10-31 22:13:30 -0500
committerMike Westerhof <mwester@dls.net>2008-10-31 22:13:30 -0500
commit8551ab45b3576b00c564745de7a2dddafe2b8b1c (patch)
tree82007f22e6b468c6e2aa5302a086072d6e7e227d /conf
parent6427ffdc51f1e80ac0496376765260d5d6ce8ca4 (diff)
downloadopenembedded-8551ab45b3576b00c564745de7a2dddafe2b8b1c.tar.gz
SlugOS: set preferred version for hal
(newer hal requires a newer udev as well)
Diffstat (limited to 'conf')
-rw-r--r--conf/distro/include/slugos.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/distro/include/slugos.inc b/conf/distro/include/slugos.inc
index 0e58afd243..fdbeb2d04c 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"