Fix bug 257, hotplug and hotplug-doc both provide hotplug
authorJustin Patrin <papercrane@gmail.com>
Thu, 25 Aug 2005 17:13:04 +0000 (17:13 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Thu, 25 Aug 2005 17:13:04 +0000 (17:13 +0000)
packages/linux-hotplug/linux-hotplug_20040920.bb

index db4cf3f..ce503a2 100644 (file)
@@ -3,12 +3,12 @@ for hotplug Linux support, and lets you plug in new devices \
 and use them immediately."
 HOMEPAGE = "http://linux-hotplug.sourceforge.net/"
 LICENSE = "GPL"
-RPROVIDES = "hotplug"
-RCONFLICTS = "hotplug"
-RREPLACES = "hotplug"
+RPROVIDES_${PN} = "hotplug"
+RCONFLICTS_${PN} = "hotplug"
+RREPLACES_${PN} = "hotplug"
 SECTION = "base"
 RSUGGESTS = "pciutils usbutils"
-PR = "r6"
+PR = "r7"
 
 SRC_URI = "ftp://ftp.kernel.org/pub/linux/utils/kernel/hotplug/hotplug-2004_09_20.tar.gz \
        file://userspecified_hcd.patch;patch=1 \