Merge bk://oe-devel.bkbits.net/openembedded
authornslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net>
Fri, 3 Jun 2005 11:40:14 +0000 (11:40 +0000)
committernslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net>
Fri, 3 Jun 2005 11:40:14 +0000 (11:40 +0000)
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

packages/gcc/gcc-cross-initial_csl-arm-20050603.bb [new file with mode: 0644]
packages/gcc/gcc-cross_csl-arm-20050603.bb [new file with mode: 0644]
packages/gcc/gcc_csl-arm-20050603.bb [new file with mode: 0644]
packages/udev/udev_058.bb

diff --git a/packages/gcc/gcc-cross-initial_csl-arm-20050603.bb b/packages/gcc/gcc-cross-initial_csl-arm-20050603.bb
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/gcc/gcc-cross_csl-arm-20050603.bb b/packages/gcc/gcc-cross_csl-arm-20050603.bb
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/gcc/gcc_csl-arm-20050603.bb b/packages/gcc/gcc_csl-arm-20050603.bb
new file mode 100644 (file)
index 0000000..e69de29
index e69de29..20f49ac 100644 (file)
@@ -0,0 +1,15 @@
+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/
+}