udev-097,100: firmware_helper is now firmware.sh - fix udev.rules
authorPhilipp Zabel <philipp.zabel@gmail.com>
Tue, 12 Sep 2006 19:54:28 +0000 (19:54 +0000)
committerPhilipp Zabel <philipp.zabel@gmail.com>
Tue, 12 Sep 2006 19:54:28 +0000 (19:54 +0000)
packages/udev/udev-097/udev.rules
packages/udev/udev-100/udev.rules
packages/udev/udev_097.bb
packages/udev/udev_100.bb

index 9c4ea42..5acd79d 100644 (file)
@@ -95,4 +95,4 @@ KERNEL=="device-mapper",      NAME="mapper/control"
 KERNEL=="rfcomm[0-9]*", NAME="%k", GROUP="users", MODE="0660"
 
 # Firmware Helper
-ACTION=="add", SUBSYSTEM=="firmware", RUN+="/lib/udev/firmware_helper"
+ACTION=="add", SUBSYSTEM=="firmware", RUN+="/lib/udev/firmware.sh"
index 9c4ea42..5acd79d 100644 (file)
@@ -95,4 +95,4 @@ KERNEL=="device-mapper",      NAME="mapper/control"
 KERNEL=="rfcomm[0-9]*", NAME="%k", GROUP="users", MODE="0660"
 
 # Firmware Helper
-ACTION=="add", SUBSYSTEM=="firmware", RUN+="/lib/udev/firmware_helper"
+ACTION=="add", SUBSYSTEM=="firmware", RUN+="/lib/udev/firmware.sh"
index fe24573..5cc3ad5 100644 (file)
@@ -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 = "r1"
+PR = "r2"
 
 SRC_URI = "http://kernel.org/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \
           file://noasmlinkage.patch;patch=1 \
index 2e9e8d5..fe24573 100644 (file)
@@ -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 = "r0"
+PR = "r1"
 
 SRC_URI = "http://kernel.org/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \
           file://noasmlinkage.patch;patch=1 \