summaryrefslogtreecommitdiff
path: root/packages/diethotplug
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2005-10-25 10:56:36 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-10-25 10:56:36 +0000
commit41c372edb75ff7837ea7fd16028a842405b22140 (patch)
tree570838571d85646fdc994523c8c563c0c20ca5d2 /packages/diethotplug
parentae3b4ba0ef9a89413256fb3c7ccf0a402375aa65 (diff)
diethotplug: fixed SRC_URI
Diffstat (limited to 'packages/diethotplug')
-rw-r--r--packages/diethotplug/diethotplug_0.4.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/diethotplug/diethotplug_0.4.bb b/packages/diethotplug/diethotplug_0.4.bb
index ddb0dccf62..86f8a6fb8a 100644
--- a/packages/diethotplug/diethotplug_0.4.bb
+++ b/packages/diethotplug/diethotplug_0.4.bb
@@ -2,7 +2,7 @@ SECTION = "base"
LICENSE = "GPL"
DESCRIPTION = "A small, C implementation of hotplug."
-SRC_URI = "http://www.us.kernel.org/pub/linux/utils/kernel/hotplug/diethotplug-${PV}.tar.gz \
+SRC_URI = "http://www.kernel.org/pub/linux/utils/kernel/hotplug/diethotplug-${PV}.tar.gz \
file://modules.usbmap \
file://modules.pcimap \
file://modules.ieee1394map"