From patchwork Sat Jun 23 19:21:52 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [oe-classic,udev,3/5] udev: update SRC_URI of udev-162 recipe Date: Sat, 23 Jun 2012 19:21:52 -0000 From: Apelete Seketeli X-Patchwork-Id: 30541 Message-Id: <20120623192152.GQ4845@hermes> To: openembedded-devel@openembedded.org Cc: Kristoffer Ericson This patch updates the SRC_URI of udev_162.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_162.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/udev/udev_162.bb b/recipes/udev/udev_162.bb index c0b7529..8a15ae5 100644 --- a/recipes/udev/udev_162.bb +++ b/recipes/udev/udev_162.bb @@ -16,7 +16,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 \ "