summaryrefslogtreecommitdiffstats
path: root/meta/packages/udev/udev_092.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-07-26 21:26:34 +0000
committerRichard Purdie <richard@openedhand.com>2006-07-26 21:26:34 +0000
commitd8201adda0f1cdab90dbf50c40abedb74d88a377 (patch)
treec25c68f2d0274ffb88524c3636b937565e085c02 /meta/packages/udev/udev_092.bb
parentfd6ac121ca8690e38f61190dd0f55429d9af6f4b (diff)
downloadpoky-d8201adda0f1cdab90dbf50c40abedb74d88a377.tar.gz
udev: Fix inotify ARM syscall issue, removing boot time warning
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@555 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/udev/udev_092.bb')
-rw-r--r--meta/packages/udev/udev_092.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/packages/udev/udev_092.bb b/meta/packages/udev/udev_092.bb
index f25eeb0946..4badbfc075 100644
--- a/meta/packages/udev/udev_092.bb
+++ b/meta/packages/udev/udev_092.bb
@@ -3,12 +3,13 @@ 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 = "hotplug" 4RPROVIDES = "hotplug"
5 5
6PR = "r5" 6PR = "r6"
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 \
10 file://flags.patch;patch=1 \ 10 file://flags.patch;patch=1 \
11 file://udevsynthesize.patch;patch=1 \ 11 file://udevsynthesize.patch;patch=1 \
12 file://arm_inotify_fix.patch;patch=1 \
12 file://udevsynthesize.sh \ 13 file://udevsynthesize.sh \
13 file://mount.blacklist" 14 file://mount.blacklist"
14 15