From 9e81ea30d07e32855deba9c27c69ea0a0a94fb47 Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Mon, 8 Dec 2014 21:33:40 -0500 Subject: [PATCH] rfkill: fix the SRC_URI It has been changed to: http://www.kernel.org/pub/software/network/rfkill/ (From meta-openembedded rev: 80c4c5c4ae30716dd2b4e05651ab5536e528f2c8) Signed-off-by: Jackie Huang Signed-off-by: Martin Jansa Signed-off-by: Armin Kuster Signed-off-by: Patrick Ohly --- meta-openembedded/meta-oe/recipes-connectivity/rfkill/rfkill_0.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-openembedded/meta-oe/recipes-connectivity/rfkill/rfkill_0.4.bb b/meta-openembedded/meta-oe/recipes-connectivity/rfkill/rfkill_0.4.bb index a9f523c..3b2943c 100644 --- a/meta-openembedded/meta-oe/recipes-connectivity/rfkill/rfkill_0.4.bb +++ b/meta-openembedded/meta-oe/recipes-connectivity/rfkill/rfkill_0.4.bb @@ -5,7 +5,7 @@ LICENSE = "BSD" LIC_FILES_CHKSUM = "file://COPYING;md5=c6036d0eb7edbfced28c4160e5d3fa94" PR = "r1" -SRC_URI = "http://wireless.kernel.org/download/${BPN}/${BP}.tar.bz2 \ +SRC_URI = "http://www.kernel.org/pub/software/network/${BPN}/${BP}.tar.bz2 \ file://0001-rfkill-makefile-don-t-use-t-the-OE-install-wrapper-d.patch \ file://dont.call.git.rev-parse.on.parent.dir.patch" -- 2.7.4