From: Mike Westerhof Date: Sat, 1 Nov 2008 03:13:30 +0000 (-0500) Subject: SlugOS: set preferred version for hal X-Git-Tag: Release-2010-05/1~5519 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8551ab45b3576b00c564745de7a2dddafe2b8b1c;p=openembedded.git SlugOS: set preferred version for hal (newer hal requires a newer udev as well) --- 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"