udev-124: Sanitize permissions.rules and remove warning about leading /.
authorTom Rini <trini@embeddedalley.com>
Fri, 13 Feb 2009 16:30:29 +0000 (11:30 -0500)
committerTom Rini <trini@embeddedalley.com>
Fri, 13 Feb 2009 16:32:16 +0000 (11:32 -0500)
commitaf5b13bb6ca8e921d92721893933d2d595bd3913
tree3564fad52994afc06f4050f5d1c4bbbf4522206c
parent9e4e61a440edfa18f14ecf84272e10c9e22aa9c9
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.
packages/udev/udev-124/init
packages/udev/udev-124/permissions.rules
packages/udev/udev_124.bb