From: Marcin Juszkiewicz Date: Tue, 25 Oct 2005 10:56:36 +0000 (+0000) Subject: diethotplug: fixed SRC_URI X-Git-Tag: Release-2010-05/1~9453^2~3199 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41c372edb75ff7837ea7fd16028a842405b22140;p=openembedded.git diethotplug: fixed SRC_URI --- 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"