udev: move /sbin/udevadm to udev-utils
authorMarcin Juszkiewicz <hrw@koansoftware.com>
Tue, 13 Jan 2009 20:47:38 +0000 (21:47 +0100)
committerMarcin Juszkiewicz <hrw@koansoftware.com>
Fri, 16 Jan 2009 14:50:23 +0000 (15:50 +0100)
udevadm is multibinary which provides udevinfo, udevsynthetize.
HAL uses udevinfo to gather informations about system devices.
On system where mdev (from busybox) is used as hotplug manager HAL was
not able to find any device due to lack of udevinfo command.

packages/udev/udev_124.bb

index 515debe..77e414e 100644 (file)
@@ -3,7 +3,7 @@ DESCRIPTION = "udev is a daemon which dynamically creates and removes device nod
 the hotplug package and requires a kernel not older than 2.6.12."
 RPROVIDES_${PN} = "hotplug"
 
-PR = "r11"
+PR = "r12"
 
 SRC_URI = "http://kernel.org/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \
           file://noasmlinkage.patch;patch=1 \