into bkbits.net:/repos/n/nslu2-linux/openembedded
2005/06/03 13:04:49+02:00 local!hrw
added permissions.rules to udev 058 so /dev/ entries will get correct permissions - without it GPE was unusable for normal users
2005/06/03 11:41:25+01:00 reciva.com!pb
new snapshot of gcc csl-arm branch
BKrev: 42a0419eT9cwfc047e57sF_hA_x8wA
+SRC_URI = "http://kernel.org/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \
+ file://tmpfs.patch;patch=1 \
+ file://noasmlinkage.patch;patch=1 \
+ file://flags.patch;patch=1 \
+ file://init"
+
+include udev.inc
+
+PR = "r3"
+# CFLAGS += -I${STAGING_INCDIR}/sysfs
+
+do_install_append() {
+ install -d ${D}${sysconfdir}/udev/rules.d/
+ install -m 0644 ${S}/etc/udev/debian/permissions.rules ${D}${sysconfdir}/udev/rules.d/
+}