Add udev to depends (from OE)

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1182 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Ross Burton 2007-01-21 12:05:56 +00:00
parent 6a24673f50
commit 24dd069e9b
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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"