summaryrefslogtreecommitdiff
path: root/packages/udev/udev_124.bb
diff options
context:
space:
mode:
authorTom Rini <trini@embeddedalley.com>2009-02-13 11:30:29 -0500
committerTom Rini <trini@embeddedalley.com>2009-02-13 11:32:16 -0500
commitaf5b13bb6ca8e921d92721893933d2d595bd3913 (patch)
tree3564fad52994afc06f4050f5d1c4bbbf4522206c /packages/udev/udev_124.bb
parent9e4e61a440edfa18f14ecf84272e10c9e22aa9c9 (diff)
udev-124: Sanitize permissions.rules and remove warning about leading /.
We created /etc/dev.tar by 'tar cf /etc/dev.tar /dev' and then when we extract tar complains about a leading /, but since we do 'cd /;tar xf ..' drop the leading / in creation. Go and take out all of the GROUP='...' lines in permissions.rules for groups that we currently do not have, and no package addgroup's. Matches udev-118.
Diffstat (limited to 'packages/udev/udev_124.bb')
-rw-r--r--packages/udev/udev_124.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/udev/udev_124.bb b/packages/udev/udev_124.bb
index 77e414ee11..a574014466 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 = "r12"
+PR = "r13"
SRC_URI = "http://kernel.org/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \
file://noasmlinkage.patch;patch=1 \