summaryrefslogtreecommitdiffstats
path: root/meta/packages/udev
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2007-06-12 13:07:12 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2007-06-12 13:07:12 +0000
commit0ab5fd9e9d1a32894ce3c750401006409f988424 (patch)
treee8e73ca7a34bd8bc6730af9200f63b3f4838c216 /meta/packages/udev
parent70b11ba5824b9b713ab35dd7b677c102d59af915 (diff)
downloadpoky-0ab5fd9e9d1a32894ce3c750401006409f988424.tar.gz
udev: make only udev RPROVIDE hotplug not all packages
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1921 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/udev')
-rw-r--r--meta/packages/udev/udev_092.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/udev/udev_092.bb b/meta/packages/udev/udev_092.bb
index b4e10254da..4389ee03cc 100644
--- a/meta/packages/udev/udev_092.bb
+++ b/meta/packages/udev/udev_092.bb
@@ -1,9 +1,9 @@
1DESCRIPTION = "udev is a daemon which dynamically creates and removes device nodes from \ 1DESCRIPTION = "udev is a daemon which dynamically creates and removes device nodes from \
2/dev/, handles hotplug events and loads drivers at boot time. It replaces \ 2/dev/, handles hotplug events and loads drivers at boot time. It replaces \
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_${PN} = "hotplug"
5 5
6PR = "r14" 6PR = "r15"
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 \