From patchwork Sat Mar 2 11:57:02 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [2011.03-maintenance,1/7] udev: update SRC_URI of multiple recipes Date: Sat, 02 Mar 2013 11:57:02 -0000 From: Apelete Seketeli X-Patchwork-Id: 45419 Message-Id: To: openembedded-devel@lists.openembedded.org Update the SRC_URI of udev_151.bb, udev_162.bb and udev_165.bb recipes to build.shr-project.org since the corresponding source packages were no longer available on any kernel.org mirror. --- recipes/udev/udev_151.bb | 2 +- recipes/udev/udev_162.bb | 2 +- recipes/udev/udev_165.bb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes/udev/udev_151.bb b/recipes/udev/udev_151.bb index a5a94ec..891bca3 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://www.mirrorservice.org/sites/ftp.kernel.org/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \ +SRC_URI = "http://build.shr-project.org/sources/udev-${PV}.tar.gz \ file://udev-replace-le16toh.patch \ file://udev-replace-lutimes.patch \ file://mount.blacklist \ diff --git a/recipes/udev/udev_162.bb b/recipes/udev/udev_162.bb index 9795c06..9c61b9b 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://www.mirrorservice.org/sites/ftp.kernel.org/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \ +SRC_URI = "http://build.shr-project.org/sources/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 f79e549..fd73849 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://www.mirrorservice.org/sites/ftp.kernel.org/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \ +SRC_URI = "http://build.shr-project.org/sources/udev-${PV}.tar.gz \ file://mount.blacklist \ file://run.rules \ "