diff options
author | Marcin Juszkiewicz <hrw@koansoftware.com> | 2009-01-13 21:47:38 +0100 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@koansoftware.com> | 2009-01-16 15:50:23 +0100 |
commit | 2f4d35476d310565190c0fd252b9a6238b232d47 (patch) | |
tree | b139292d7cb56b35c1ce3f07881441b4a7992898 /packages/udev | |
parent | 00fa1c64ca8be8f14d3420d97654419625602f53 (diff) |
udev: move /sbin/udevadm to udev-utils
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.
Diffstat (limited to 'packages/udev')
-rw-r--r-- | packages/udev/udev_124.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/udev/udev_124.bb b/packages/udev/udev_124.bb index 515debe490..77e414ee11 100644 --- a/packages/udev/udev_124.bb +++ b/packages/udev/udev_124.bb @@ -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 \ |