diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2009-01-13 21:47:38 +0100 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2009-01-13 21:54:44 +0100 |
commit | 8b2d2b1400542052f15a3c3705ccb9887c82ab82 (patch) | |
tree | 93ea6aeb2c6c68c89af6769fc0ad5981235d3c03 /packages/udev/udev_097.bb | |
parent | ec69feaa65584be3e6975ef53dbd722810f238d9 (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/udev_097.bb')
-rw-r--r-- | packages/udev/udev_097.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/udev/udev_097.bb b/packages/udev/udev_097.bb index 7dce303cb7..e9a26940b3 100644 --- a/packages/udev/udev_097.bb +++ b/packages/udev/udev_097.bb @@ -8,7 +8,7 @@ used to detect the type of a file system and read its metadata." DESCRIPTION_libvolume-id-dev = "libvolume_id development headers, \ needed to link programs with libvolume_id." -PR = "r11" +PR = "r12" SRC_URI = "${KERNELORG_MIRROR}/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \ file://noasmlinkage.patch;patch=1 \ |