aboutsummaryrefslogtreecommitdiffstats
path: root/packages/hal/hal.inc
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2009-01-13 21:51:07 +0100
committerMarcin Juszkiewicz <hrw@openembedded.org>2009-01-13 21:54:56 +0100
commitea793d9ebd8567900c15da4f39304a71d503e2d5 (patch)
tree28c0c2de7550f6a54ae6660bc0fc432cc335f233 /packages/hal/hal.inc
parent8b2d2b1400542052f15a3c3705ccb9887c82ab82 (diff)
downloadopenembedded-ea793d9ebd8567900c15da4f39304a71d503e2d5.tar.gz
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.inc')
-rw-r--r--packages/hal/hal.inc3
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/hal/hal.inc b/packages/hal/hal.inc
index d0c74e84af..98d02d5a2b 100644
--- a/packages/hal/hal.inc
+++ b/packages/hal/hal.inc
@@ -10,8 +10,7 @@ S = "${WORKDIR}/hal-${PV}"
inherit autotools pkgconfig
DEPENDS = "virtual/kernel dbus-glib udev intltool intltool-native expat libusb gperf-native"
-RDEPENDS += "udev hal-info"
-RRECOMMENDS = "udev-utils"
+RDEPENDS += "hal-info udev-utils"
SRC_URI += "file://99_hal \
file://20hal \