[oe-commits] org.oe.dev udev-097: drop the MAKEDEV link from links.conf, it is created in the init script

pH5 commit openembedded-commits at lists.openembedded.org
Fri Aug 25 09:55:44 UTC 2006


udev-097: drop the MAKEDEV link from links.conf, it is created in the init script

Author: pH5 at openembedded.org
Branch: org.openembedded.dev
Revision: ded2a6ac420467a4e7a2e1324eec6ccf1037ab27
ViewMTN: http://monotone.openembedded.org/revision.psp?id=ded2a6ac420467a4e7a2e1324eec6ccf1037ab27
Files:
1
packages/udev/udev-097/links.conf
packages/udev/udev_097.bb
Diffs:

#
# mt diff -r68d89a8d9ec1d1dadd54f2a464845b5134d27796 -rded2a6ac420467a4e7a2e1324eec6ccf1037ab27
#
# 
# 
# add_file "packages/udev/udev-097/links.conf"
#  content [340438861d5e0a5b6ce3c26640c2780e3328a23b]
# 
# patch "packages/udev/udev_097.bb"
#  from [611984d386fc246bf1d5b3aa6e616dbf9b38db98]
#    to [6bd183b6d43509a9698fe8ffd0b85f7bba415eda]
# 
============================================================
--- packages/udev/udev-097/links.conf	340438861d5e0a5b6ce3c26640c2780e3328a23b
+++ packages/udev/udev-097/links.conf	340438861d5e0a5b6ce3c26640c2780e3328a23b
@@ -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
+
============================================================
--- packages/udev/udev_097.bb	611984d386fc246bf1d5b3aa6e616dbf9b38db98
+++ packages/udev/udev_097.bb	6bd183b6d43509a9698fe8ffd0b85f7bba415eda
@@ -8,7 +8,7 @@ needed to link programs with libvolume_i
 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 \






More information about the Openembedded-commits mailing list