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
This commit is contained in:
Marcin Juszkiewicz
2007-06-12 13:07:12 +00:00
parent 70b11ba582
commit 0ab5fd9e9d

View File

@@ -1,9 +1,9 @@
DESCRIPTION = "udev is a daemon which dynamically creates and removes device nodes from \
/dev/, handles hotplug events and loads drivers at boot time. It replaces \
the hotplug package and requires a kernel not older than 2.6.12."
RPROVIDES = "hotplug"
RPROVIDES_${PN} = "hotplug"
PR = "r14"
PR = "r15"
SRC_URI = "http://kernel.org/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \
file://noasmlinkage.patch;patch=1 \