summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/iw/iw_4.9.bb
diff options
context:
space:
mode:
authorMaxin B. John <maxin.john@intel.com>2016-11-21 14:22:50 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-11-30 15:48:06 +0000
commit9adae45005fe2b331692d4519d166794527559b3 (patch)
tree0bea66e023e1a0a883ed60db18b232ea85b70403 /meta/recipes-connectivity/iw/iw_4.9.bb
parent12ab1a283a059d0cebe753ee0dbb64763bb48b67 (diff)
downloadpoky-9adae45005fe2b331692d4519d166794527559b3.tar.gz
iw: upgrade to 4.9
(From OE-Core rev: 9a04243d307a5bf86a127cf504bec78ee963671c) Signed-off-by: Maxin B. John <maxin.john@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/iw/iw_4.9.bb')
-rw-r--r--meta/recipes-connectivity/iw/iw_4.9.bb33
1 files changed, 33 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/iw/iw_4.9.bb b/meta/recipes-connectivity/iw/iw_4.9.bb
new file mode 100644
index 0000000000..6daeb07b70
--- /dev/null
+++ b/meta/recipes-connectivity/iw/iw_4.9.bb
@@ -0,0 +1,33 @@
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"
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] = "06e96ab7a5c652f8eaed6f71533a9e0f"
18SRC_URI[sha256sum] = "12f921f3dbe0f33c309f5f2891cccf5325c94bd48dceeb102de183f5f048a9e2"
19
20inherit pkgconfig
21
22EXTRA_OEMAKE = "\
23 -f '${S}/Makefile' \
24 \
25 'PREFIX=${prefix}' \
26 'SBINDIR=${sbindir}' \
27 'MANDIR=${mandir}' \
28"
29B = "${WORKDIR}/build"
30
31do_install() {
32 oe_runmake 'DESTDIR=${D}' install
33}