summaryrefslogtreecommitdiff
path: root/hotplug
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2004-09-03 08:23:15 +0000
committerPhil Blundell <philb@gnu.org>2004-09-03 08:23:15 +0000
commit1cbb51b76aef82b78ed2d09abc35aa50e370079f (patch)
treedcd3854c74d4efe4f32c67651b319c05fe9bfbb0 /hotplug
parent4a06031dbccf339fb81f6f57730cd4828e98c4f8 (diff)
fix fatal confusion between ${S} and ${SRC_URI}
BKrev: 413829f36hIqS75JRK5kC_HzOBSCAQ
Diffstat (limited to 'hotplug')
-rw-r--r--hotplug/hotplug_20040329.oe6
1 files changed, 3 insertions, 3 deletions
diff --git a/hotplug/hotplug_20040329.oe b/hotplug/hotplug_20040329.oe
index 444d732b65..e193f49ee5 100644
--- a/hotplug/hotplug_20040329.oe
+++ b/hotplug/hotplug_20040329.oe
@@ -5,9 +5,9 @@ SRC_URI = "ftp://ftp.kernel.org/pub/linux/utils/kernel/hotplug/hotplug-2004_03_2
file://busybox.patch;patch=1 \
file://fix-net.agent \
file://update-usb.usermap \
- file://logcheck-ignore"
-S = "${WORKDIR}/hotplug-2004_03_29 \
- file://sleeve.agent file://sleeve.rc file://mmc.agent"
+ file://logcheck-ignore \
+ file://sleeve.agent file://sleeve.rc file://mmc.agent"
+S = "${WORKDIR}/hotplug-2004_03_29"
PR = "r2"
INITSCRIPT_NAME = "hotplug"