From patchwork Sat Jun 23 19:23:18 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [oe-classic,udev,5/5] udev: update SRC_URI of udev-168 recipe Date: Sat, 23 Jun 2012 19:23:18 -0000 From: Apelete Seketeli X-Patchwork-Id: 30545 Message-Id: <20120623192318.GS4845@hermes> To: openembedded-devel@openembedded.org Cc: Kristoffer Ericson This patch updates the SRC_URI of udev_168.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_168.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/udev/udev_168.bb b/recipes/udev/udev_168.bb index 4ff2e22..744def1 100644 --- a/recipes/udev/udev_168.bb +++ b/recipes/udev/udev_168.bb @@ -15,7 +15,7 @@ PR = "r2" # Needed for udev-extras DEPENDS = "gperf-native usbutils acl glib-2.0" -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" SRC_URI[md5sum] = "08eb7c2564bc89defcefdaa6ec4a9fc1" SRC_URI[sha256sum] = "1d5c548d7c85d30b3508b82ad88d853e28dddb6c526d0e67aa92ac18af93d218"