]> code.ossystems Code Review - openembedded-core.git/commitdiff
udev: make only udev RPROVIDE hotplug not all packages
authorMarcin Juszkiewicz <hrw@openedhand.com>
Tue, 12 Jun 2007 13:07:12 +0000 (13:07 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Tue, 12 Jun 2007 13:07:12 +0000 (13:07 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1921 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/udev/udev_092.bb

index b4e10254da2eb51465c928b6bf592aab2205b12e..4389ee03ccf24d1617dd7dac57f97f849e97df72 100644 (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 \