From 8a4f6f561ebc5900cb785f41774a8cda4cac8633 Mon Sep 17 00:00:00 2001 From: Apelete Seketeli Date: Sat, 30 Jun 2012 19:32:55 +0200 Subject: udev: update SRC_URI of multiple recipes This patch updates the SRC_URI of udev_151.bb, udev_154.bb, udev_162.bb and udev_165.bb recipes to www.mirrorservice.org because the corresponding source package is no longer available at kernel.org This commit is the result of rebasing my patch 206155 from master. Signed-off-by: Apelete Seketeli --- recipes/udev/udev_151.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes/udev/udev_151.bb') diff --git a/recipes/udev/udev_151.bb b/recipes/udev/udev_151.bb index d31d99a11f..a5a94ec119 100644 --- a/recipes/udev/udev_151.bb +++ b/recipes/udev/udev_151.bb @@ -12,7 +12,7 @@ DEFAULT_PREFERENCE = "-1" DEPENDS = "gperf-native usbutils acl glib-2.0" 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://udev-replace-le16toh.patch \ file://udev-replace-lutimes.patch \ file://mount.blacklist \ -- cgit 1.2.3-korg