aboutsummaryrefslogtreecommitdiffstats
path: root/packages/linux-hotplug
diff options
context:
space:
mode:
authorJustin Patrin <papercrane@gmail.com>2005-08-25 17:20:16 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-08-25 17:20:16 +0000
commit4cbbf0366b478815b5d858d5f713ac5f01c2239b (patch)
tree4586fe96287d8d30e5da64ffaf4c0e0177abb53b /packages/linux-hotplug
parent1eb9a965791e8a7524b3d317365e0f85260cd6ae (diff)
downloadopenembedded-4cbbf0366b478815b5d858d5f713ac5f01c2239b.tar.gz
fix older version of linux-hotplug as well
Diffstat (limited to 'packages/linux-hotplug')
-rw-r--r--packages/linux-hotplug/linux-hotplug_20040329.bb7
1 files changed, 4 insertions, 3 deletions
diff --git a/packages/linux-hotplug/linux-hotplug_20040329.bb b/packages/linux-hotplug/linux-hotplug_20040329.bb
index 9f06cd7c55..06d9faee77 100644
--- a/packages/linux-hotplug/linux-hotplug_20040329.bb
+++ b/packages/linux-hotplug/linux-hotplug_20040329.bb
@@ -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 \