udev: make only udev RPROVIDE hotplug not all packages (from Poky)
authorMarcin Juszkiewicz <hrw@openembedded.org>
Tue, 12 Jun 2007 13:20:49 +0000 (13:20 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Tue, 12 Jun 2007 13:20:49 +0000 (13:20 +0000)
packages/udev/udev_092.bb

index 7f6685d..f21be9c 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 = "r16"
+PR = "r17"
 
 SRC_URI = "${KERNELORG_MIRROR}/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \
           file://noasmlinkage.patch;patch=1 \