diff options
author | Koen Kooi <koen@openembedded.org> | 2006-08-25 10:01:54 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-08-25 10:01:54 +0000 |
commit | 7458cd2416ed8b03406f065314ee7981ed61363f (patch) | |
tree | 222096d1f31029c2b12b1e94ea6525c9a011c5f5 | |
parent | 6cd8d8fa7a0e88cbf52e0ea4901ad9b4b4686cce (diff) | |
parent | ca0e6432e64cada147f6131b91ad3da555c10364 (diff) |
merge of '53526775d6ee970cc212293fcfa79e27b87e4a5b'
and 'ded2a6ac420467a4e7a2e1324eec6ccf1037ab27'
-rw-r--r-- | packages/udev/udev-097/links.conf | 20 | ||||
-rw-r--r-- | packages/udev/udev_097.bb | 2 |
2 files changed, 21 insertions, 1 deletions
diff --git a/packages/udev/udev-097/links.conf b/packages/udev/udev-097/links.conf new file mode 100644 index 0000000000..ee26012039 --- /dev/null +++ b/packages/udev/udev-097/links.conf @@ -0,0 +1,20 @@ +# This file does not exist. Please do not ask the debian maintainer about it. +# You may use it to do strange and wonderful things, at your risk. + +L fd /proc/self/fd +L stdin /proc/self/fd/0 +L stdout /proc/self/fd/1 +L stderr /proc/self/fd/2 +L core /proc/kcore +L sndstat /proc/asound/oss/sndstat + +D pts +D shm + +# Hic sunt leones. +M ppp c 108 0 +D loop +M loop/0 b 7 0 +D net +M net/tun c 10 200 + diff --git a/packages/udev/udev_097.bb b/packages/udev/udev_097.bb index 2e9e8d500f..fe24573b8d 100644 --- a/packages/udev/udev_097.bb +++ b/packages/udev/udev_097.bb @@ -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 \ |