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_git.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_git.bb')
-rw-r--r-- | packages/hal/hal_git.bb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/packages/hal/hal_git.bb b/packages/hal/hal_git.bb index 49ecfde9ea..5fcd7433ed 100644 --- a/packages/hal/hal_git.bb +++ b/packages/hal/hal_git.bb @@ -6,15 +6,14 @@ LICENSE = "GPL LGPL AFL" DEFAULT_PREFERENCE = "-1" 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" SRC_URI = "git://anongit.freedesktop.org/hal/;protocol=git \ file://20hal \ file://99_hal" PV = "0.5.9.1+git${SRCDATE}" -PR = "r6" +PR = "r7" S = "${WORKDIR}/git" |