| Submitter | Apelete Seketeli |
|---|---|
| Date | June 23, 2012, 7:20 p.m. |
| Message ID | <20120623192054.GP4845@hermes> |
| Download | mbox | patch |
| Permalink | /patch/30539/ |
| State | New, archived |
| Headers | show |
Comments
Patch
diff --git a/recipes/udev/udev_154.bb b/recipes/udev/udev_154.bb index fcb6471..95162da 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 \ "
This patch updates the SRC_URI of udev_154.bb to www.mirrorservice.org because the corresponding source package is no longer available at kernel.org. Signed-off-by: Apelete Seketeli <apelete@seketeli.net> --- recipes/udev/udev_154.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)