summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/wireless-tools
diff options
context:
space:
mode:
authorJussi Kukkonen <jussi.kukkonen@intel.com>2017-02-27 16:14:12 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-03-01 23:27:10 +0000
commit21eb3e07c6881682b681106c8590237f45c52a93 (patch)
tree24c49faf81b80fa7c1145a4b67cea956d48bd591 /meta/recipes-connectivity/wireless-tools
parent19d23814e449101f57c8f149c77ee8697c636f43 (diff)
downloadpoky-21eb3e07c6881682b681106c8590237f45c52a93.tar.gz
wireless-tools: Update URLs
wireless-tools is now hosted on https://hewlettpackard.github.io/wireless-tools/Tools.html (From OE-Core rev: 95957e3a5fc72406391441627fb19bc36c655072) Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/wireless-tools')
-rw-r--r--meta/recipes-connectivity/wireless-tools/wireless-tools_30.pre9.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-connectivity/wireless-tools/wireless-tools_30.pre9.bb b/meta/recipes-connectivity/wireless-tools/wireless-tools_30.pre9.bb
index c3b8f665b1..0a342071e0 100644
--- a/meta/recipes-connectivity/wireless-tools/wireless-tools_30.pre9.bb
+++ b/meta/recipes-connectivity/wireless-tools/wireless-tools_30.pre9.bb
@@ -1,5 +1,5 @@
1SUMMARY = "Tools for the Linux Standard Wireless Extension Subsystem" 1SUMMARY = "Tools for the Linux Standard Wireless Extension Subsystem"
2HOMEPAGE = "http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html" 2HOMEPAGE = "https://hewlettpackard.github.io/wireless-tools/Tools.html"
3LICENSE = "GPLv2 & (LGPLv2.1 | MPL-1.1 | BSD)" 3LICENSE = "GPLv2 & (LGPLv2.1 | MPL-1.1 | BSD)"
4LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ 4LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
5 file://iwconfig.c;beginline=1;endline=12;md5=cf710eb1795c376eb10ea4ff04649caf \ 5 file://iwconfig.c;beginline=1;endline=12;md5=cf710eb1795c376eb10ea4ff04649caf \
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
8SECTION = "base" 8SECTION = "base"
9PE = "1" 9PE = "1"
10 10
11SRC_URI = "http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/wireless_tools.${PV}.tar.gz \ 11SRC_URI = "https://hewlettpackard.github.io/wireless-tools/wireless_tools.${PV}.tar.gz \
12 file://remove.ldconfig.call.patch \ 12 file://remove.ldconfig.call.patch \
13 file://man.patch \ 13 file://man.patch \
14 file://avoid_strip.patch \ 14 file://avoid_strip.patch \
@@ -17,7 +17,7 @@ SRC_URI = "http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/wireless_tools.$
17SRC_URI[md5sum] = "ca91ba7c7eff9bfff6926b1a34a4697d" 17SRC_URI[md5sum] = "ca91ba7c7eff9bfff6926b1a34a4697d"
18SRC_URI[sha256sum] = "abd9c5c98abf1fdd11892ac2f8a56737544fe101e1be27c6241a564948f34c63" 18SRC_URI[sha256sum] = "abd9c5c98abf1fdd11892ac2f8a56737544fe101e1be27c6241a564948f34c63"
19 19
20UPSTREAM_CHECK_URI = "http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html" 20UPSTREAM_CHECK_URI = "https://hewlettpackard.github.io/wireless-tools/Tools.html"
21UPSTREAM_CHECK_REGEX = "wireless_tools\.(?P<pver>(\d+)(\..*|))\.tar\.gz" 21UPSTREAM_CHECK_REGEX = "wireless_tools\.(?P<pver>(\d+)(\..*|))\.tar\.gz"
22 22
23S = "${WORKDIR}/wireless_tools.30" 23S = "${WORKDIR}/wireless_tools.30"