diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2009-01-13 21:51:07 +0100 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2009-01-13 21:54:56 +0100 |
commit | ea793d9ebd8567900c15da4f39304a71d503e2d5 (patch) | |
tree | 28c0c2de7550f6a54ae6660bc0fc432cc335f233 /packages/hal/hal_0.5.9.1.bb | |
parent | 8b2d2b1400542052f15a3c3705ccb9887c82ab82 (diff) |
hal: depend on udev-utils not on udev
HAL uses 'udevinfo' command which is part of udev-utils. In previous
commit I made 'udevinfo' command working without installing main 'udev'
package (which is not needed on systems where mdev is used as hotplug
manager).
Diffstat (limited to 'packages/hal/hal_0.5.9.1.bb')
-rw-r--r-- | packages/hal/hal_0.5.9.1.bb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/packages/hal/hal_0.5.9.1.bb b/packages/hal/hal_0.5.9.1.bb index 8bd193c40a..ecc98e10bc 100644 --- a/packages/hal/hal_0.5.9.1.bb +++ b/packages/hal/hal_0.5.9.1.bb @@ -4,10 +4,9 @@ SECTION = "unknown" LICENSE = "GPL LGPL AFL" DEPENDS = "virtual/kernel dbus-glib udev intltool-native expat libusb-compat" -RDEPENDS_${PN} += "udev hal-info" -RRECOMMENDS_${PN} += "udev-utils" +RDEPENDS_${PN} += "udev-utils hal-info" -PR = "r8" +PR = "r9" SRC_URI = "http://freedesktop.org/~david/dist/hal-${PV}.tar.gz \ file://configure_fix.patch;patch=1 \ |