From patchwork Thu Jul 5 17:39:24 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [06/14] udev: update SRC_URI of multiple recipes Date: Thu, 05 Jul 2012 17:39:24 -0000 From: Apelete Seketeli X-Patchwork-Id: 31279 Message-Id: <8a4f6f561ebc5900cb785f41774a8cda4cac8633.1341438914.git.apelete@seketeli.net> To: openembedded-devel@lists.openembedded.org 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 +- recipes/udev/udev_154.bb | 2 +- recipes/udev/udev_162.bb | 2 +- recipes/udev/udev_165.bb | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes/udev/udev_151.bb b/recipes/udev/udev_151.bb index d31d99a..a5a94ec 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 \ diff --git a/recipes/udev/udev_154.bb b/recipes/udev/udev_154.bb index 44d7b13..588b547 100644 --- a/recipes/udev/udev_154.bb +++ b/recipes/udev/udev_154.bb @@ -15,7 +15,7 @@ RDEPENDS_${PN} += "module-init-tools-depmod udev-utils" SRC_URI[md5sum] = "4ee3bcc4e326e967167ccb6a6ba04514" SRC_URI[sha256sum] = "29d66a5a8499cc6e4f2bcc7f79f2c6b44f4d720cecef2e552f0354d792e40a83" -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 \ " diff --git a/recipes/udev/udev_162.bb b/recipes/udev/udev_162.bb index 2991b28..9795c06 100644 --- a/recipes/udev/udev_162.bb +++ b/recipes/udev/udev_162.bb @@ -15,7 +15,7 @@ RDEPENDS_${PN} += "module-init-tools-depmod udev-utils" SRC_URI[md5sum] = "7c537de77442317ef1b93f9dba38fd4e" SRC_URI[sha256sum] = "f536de7fc0ec231cb793aae9501c648763901d4360c27a864d1bdf3ed8aca00f" -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 \ " diff --git a/recipes/udev/udev_165.bb b/recipes/udev/udev_165.bb index 63e62f1..f79e549 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" 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 \ "