[oe-commits] Jackie Huang : rfkill: fix the SRC_URI

git at git.openembedded.org git at git.openembedded.org
Wed Dec 10 12:34:22 UTC 2014


Module: meta-openembedded.git
Branch: master-next
Commit: 6bd153a8463e65817beb1ad33d86cbd4c3c5d675
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=6bd153a8463e65817beb1ad33d86cbd4c3c5d675

Author: Jackie Huang <jackie.huang at windriver.com>
Date:   Mon Dec  8 21:33:40 2014 -0500

rfkill: fix the SRC_URI

It has been changed to:
http://www.kernel.org/pub/software/network/rfkill/

Signed-off-by: Jackie Huang <jackie.huang at windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-connectivity/rfkill/rfkill_0.4.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-connectivity/rfkill/rfkill_0.4.bb b/meta-oe/recipes-connectivity/rfkill/rfkill_0.4.bb
index a9f523c..3b2943c 100644
--- a/meta-oe/recipes-connectivity/rfkill/rfkill_0.4.bb
+++ b/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"
 



More information about the Openembedded-commits mailing list