From patchwork Sat Jun 23 19:22:42 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [oe-classic,udev,4/5] udev: update SRC_URI of udev-165 recipe Date: Sat, 23 Jun 2012 19:22:42 -0000 From: Apelete Seketeli X-Patchwork-Id: 30543 Message-Id: <20120623192242.GR4845@hermes> To: openembedded-devel@openembedded.org Cc: Kristoffer Ericson This patch updates the SRC_URI of udev_165.bb to www.mirrorservice.org because the corresponding source package is no longer available at kernel.org. Signed-off-by: Apelete Seketeli --- recipes/udev/udev_165.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/udev/udev_165.bb b/recipes/udev/udev_165.bb index 423e101..c50af10 100644 --- a/recipes/udev/udev_165.bb +++ b/recipes/udev/udev_165.bb @@ -12,7 +12,7 @@ DEFAULT_PREFERENCE = "-1" DEPENDS = "gperf-native usbutils acl glib-2.0 mtd-utils" RDEPENDS_${PN} += "module-init-tools-depmod udev-utils" -SRC_URI = "http://kernel.org/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \ +SRC_URI = "http://www.mirrorservice.org/sites/ftp.kernel.org/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \ file://mount.blacklist \ file://run.rules \ "