fix older version of linux-hotplug as well
authorJustin Patrin <papercrane@gmail.com>
Thu, 25 Aug 2005 17:20:16 +0000 (17:20 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Thu, 25 Aug 2005 17:20:16 +0000 (17:20 +0000)
packages/linux-hotplug/linux-hotplug_20040329.bb

index 9f06cd7..06d9fae 100644 (file)
@@ -3,9 +3,10 @@ DESCRIPTION = "This package contains the scripts necessary \
 for hotplug Linux support, and lets you plug in new devices \
 and use them immediately."
 LICENSE = "GPL"
-RPROVIDES = "hotplug"
-RCONFLICTS = "hotplug"
-RREPLACES = "hotplug"
+RPROVIDES_${PN} = "hotplug"
+RCONFLICTS_${PN} = "hotplug"
+RREPLACES_${PN} = "hotplug"
+PR = "r1"
 
 SRC_URI = "ftp://ftp.kernel.org/pub/linux/utils/kernel/hotplug/hotplug-2004_03_29.tar.gz \
           file://busybox.patch;patch=1 \