summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/iw/iw_5.4.bb
diff options
context:
space:
mode:
authorChanghyeok Bae <changhyeok.bae@gmail.com>2020-01-27 22:59:26 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-02-02 16:57:21 +0000
commitd461e6b4df10cf6b2e0f44cedd4835cb59bbf393 (patch)
tree8c11d9df36d632fcc90f7d016727f8a1d7d45c41 /meta/recipes-connectivity/iw/iw_5.4.bb
parent79a5edd339ed65206e76317f584b86858a0c759d (diff)
downloadpoky-d461e6b4df10cf6b2e0f44cedd4835cb59bbf393.tar.gz
iw: upgrade 5.3 -> 5.4
(From OE-Core rev: 9b436d3c5625f1525a1c9e94886ff9f373ec7cf1) Signed-off-by: Changhyeok Bae <changhyeok.bae@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/iw/iw_5.4.bb')
-rw-r--r--meta/recipes-connectivity/iw/iw_5.4.bb32
1 files changed, 32 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/iw/iw_5.4.bb b/meta/recipes-connectivity/iw/iw_5.4.bb
new file mode 100644
index 0000000000..9f58e49709
--- /dev/null
+++ b/meta/recipes-connectivity/iw/iw_5.4.bb
@@ -0,0 +1,32 @@
1SUMMARY = "nl80211 based CLI configuration utility for wireless devices"
2DESCRIPTION = "iw is a new nl80211 based CLI configuration utility for \
3wireless devices. It supports almost all new drivers that have been added \
4to the kernel recently. "
5HOMEPAGE = "http://wireless.kernel.org/en/users/Documentation/iw"
6SECTION = "base"
7LICENSE = "BSD-2-Clause"
8LIC_FILES_CHKSUM = "file://COPYING;md5=878618a5c4af25e9b93ef0be1a93f774"
9
10DEPENDS = "libnl"
11
12SRC_URI = "http://www.kernel.org/pub/software/network/iw/${BP}.tar.gz \
13 file://0001-iw-version.sh-don-t-use-git-describe-for-versioning.patch \
14 file://separate-objdir.patch \
15"
16
17SRC_URI[md5sum] = "08a4f581a39dc62fa85d3af796d844b6"
18SRC_URI[sha256sum] = "943cd2446a6c7242fded3766d054ab2a214a3514b9a8b7e942fed8fb13c1370c"
19
20inherit pkgconfig
21
22EXTRA_OEMAKE = "\
23 -f '${S}/Makefile' \
24 \
25 'PREFIX=${prefix}' \
26 'SBINDIR=${sbindir}' \
27 'MANDIR=${mandir}' \
28"
29
30do_install() {
31 oe_runmake 'DESTDIR=${D}' install
32}