summaryrefslogtreecommitdiff
path: root/packages/udev/udev_063.bb
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@rpsys.net>2005-09-20 14:49:36 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-09-20 14:49:36 +0000
commiteb992319a0a412435289e60b5e666da07133d1f5 (patch)
tree1cee9b6e532cf1c859026c1b740ffb01c4b86285 /packages/udev/udev_063.bb
parentc838ad939cd52d897390eefb9b578cd654b9e98d (diff)
udev: Rearrange the udev files into a more logical structure. Create copies of the rules we're using rather than the distributed version due to links to external scripts. Add mount.sh which attempts to mount block devices using pmount if available, falling back to mount if not. Fix the --mode switch to mknod in the init script.
Diffstat (limited to 'packages/udev/udev_063.bb')
-rw-r--r--packages/udev/udev_063.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/udev/udev_063.bb b/packages/udev/udev_063.bb
index cf67a065ae..d64dae102e 100644
--- a/packages/udev/udev_063.bb
+++ b/packages/udev/udev_063.bb
@@ -3,8 +3,7 @@ SRC_URI = "http://kernel.org/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \
file://noasmlinkage.patch;patch=1 \
file://flags.patch;patch=1 \
file://fix-alignment.patch;patch=1 \
- file://tty-symlinks.patch;patch=1 \
- file://init"
+ file://tty-symlinks.patch;patch=1"
include udev.inc