diff options
author | Jackie Huang <jackie.huang@windriver.com> | 2014-12-08 21:33:40 -0500 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2014-12-26 18:03:54 -0800 |
commit | 80c4c5c4ae30716dd2b4e05651ab5536e528f2c8 (patch) | |
tree | b410083dcfabddedf7d463bcc34c560770db671c /meta-oe | |
parent | ca118b8054149441e6c956891e59126f2da195e8 (diff) | |
download | meta-openembedded-80c4c5c4ae30716dd2b4e05651ab5536e528f2c8.tar.gz |
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@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-connectivity/rfkill/rfkill_0.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-connectivity/rfkill/rfkill_0.4.bb b/meta-oe/recipes-connectivity/rfkill/rfkill_0.4.bb index a9f523cbe..3b2943c99 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" | |||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=c6036d0eb7edbfced28c4160e5d3fa94" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=c6036d0eb7edbfced28c4160e5d3fa94" |
6 | PR = "r1" | 6 | PR = "r1" |
7 | 7 | ||
8 | SRC_URI = "http://wireless.kernel.org/download/${BPN}/${BP}.tar.bz2 \ | 8 | SRC_URI = "http://www.kernel.org/pub/software/network/${BPN}/${BP}.tar.bz2 \ |
9 | file://0001-rfkill-makefile-don-t-use-t-the-OE-install-wrapper-d.patch \ | 9 | file://0001-rfkill-makefile-don-t-use-t-the-OE-install-wrapper-d.patch \ |
10 | file://dont.call.git.rev-parse.on.parent.dir.patch" | 10 | file://dont.call.git.rev-parse.on.parent.dir.patch" |
11 | 11 | ||