From: Justin Patrin Date: Thu, 25 Aug 2005 17:13:04 +0000 (+0000) Subject: Fix bug 257, hotplug and hotplug-doc both provide hotplug X-Git-Tag: Release-2010-05/1~9453^2~3779^2~16 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f06e59a89c4c80c714f083e8246e0fc8c15c0776;p=openembedded.git Fix bug 257, hotplug and hotplug-doc both provide hotplug --- diff --git a/packages/linux-hotplug/linux-hotplug_20040920.bb b/packages/linux-hotplug/linux-hotplug_20040920.bb index db4cf3f408..ce503a219e 100644 --- a/packages/linux-hotplug/linux-hotplug_20040920.bb +++ b/packages/linux-hotplug/linux-hotplug_20040920.bb @@ -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 \