From: Koen Kooi Date: Sat, 20 Jan 2007 17:57:49 +0000 (+0000) Subject: hal: add udev to DEPENDS as well to get libvolume_id in staging X-Git-Tag: Release-2010-05/1~9354^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9442b89d0b606c34e37a291e1ac37fc59b028812;p=openembedded.git hal: add udev to DEPENDS as well to get libvolume_id in staging --- diff --git a/packages/hal/hal_0.5.8.1.bb b/packages/hal/hal_0.5.8.1.bb index edc49869fc..f608c4018c 100644 --- a/packages/hal/hal_0.5.8.1.bb +++ b/packages/hal/hal_0.5.8.1.bb @@ -3,7 +3,7 @@ HOMEPAGE = "http://freedesktop.org/Software/hal" SECTION = "unknown" LICENSE = "GPL LGPL AFL" -DEPENDS = "dbus-glib intltool expat libusb" +DEPENDS = "dbus-glib udev intltool expat libusb" RDEPENDS += "udev" #RDEPENDS_hal-device-manager = "python hal python-pygnome" RRECOMMENDS = "udev-utils"