summaryrefslogtreecommitdiffstats
path: root/meta/packages/udev/udev_124.bb
diff options
context:
space:
mode:
authorRoss Burton <ross@openedhand.com>2008-07-31 10:58:38 +0000
committerRoss Burton <ross@openedhand.com>2008-07-31 10:58:38 +0000
commited1b1e9a8f021dfcc347a1da4a4ad1a1eac9290e (patch)
tree0d9ff2d96bbb582522aac8e51831599df12e3ebf /meta/packages/udev/udev_124.bb
parent6239bc4fe46959330dffa7f4782e45637b4d6e37 (diff)
downloadpoky-ed1b1e9a8f021dfcc347a1da4a4ad1a1eac9290e.tar.gz
udev: add init script header so that insserv does the right thing (fixing mountall/devpts ordering issues)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4988 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/udev/udev_124.bb')
-rw-r--r--meta/packages/udev/udev_124.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/udev/udev_124.bb b/meta/packages/udev/udev_124.bb
index e4f7cb351b..e0f694565c 100644
--- a/meta/packages/udev/udev_124.bb
+++ b/meta/packages/udev/udev_124.bb
@@ -3,7 +3,7 @@ DESCRIPTION = "udev is a daemon which dynamically creates and removes device nod
3the hotplug package and requires a kernel not older than 2.6.12." 3the hotplug package and requires a kernel not older than 2.6.12."
4RPROVIDES_${PN} = "hotplug" 4RPROVIDES_${PN} = "hotplug"
5 5
6PR = "r4" 6PR = "r5"
7 7
8SRC_URI = "http://kernel.org/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \ 8SRC_URI = "http://kernel.org/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \
9 file://noasmlinkage.patch;patch=1 \ 9 file://noasmlinkage.patch;patch=1 \