aboutsummaryrefslogtreecommitdiffstats
path: root/packages/hal/hal_0.5.9.1.bb
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_0.5.9.1.bb
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_0.5.9.1.bb')
-rw-r--r--packages/hal/hal_0.5.9.1.bb5
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 \