blob: f7f13f5a3089538401d03197b9839ed322d67202 [file] [log] [blame]
Brad Bishopc342db32019-05-15 21:57:59 -04001SUMMARY = "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"
Brad Bishopc68388fc2019-08-26 01:33:31 -04007LICENSE = "BSD-2-Clause"
Brad Bishopc342db32019-05-15 21:57:59 -04008LIC_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
Brad Bishopa34c0302019-09-23 22:34:48 -040017SRC_URI[md5sum] = "6d4d1c0ee34f3a7bda0e6aafcd7aaf31"
18SRC_URI[sha256sum] = "175abbfce86348c0b70e778c13a94c0bfc9abc7a506d2bd608261583aeedf64a"
Brad Bishopc342db32019-05-15 21:57:59 -040019
20inherit pkgconfig
21
22EXTRA_OEMAKE = "\
23 -f '${S}/Makefile' \
24 \
25 'PREFIX=${prefix}' \
26 'SBINDIR=${sbindir}' \
27 'MANDIR=${mandir}' \
28"
Brad Bishopc342db32019-05-15 21:57:59 -040029
30do_install() {
31 oe_runmake 'DESTDIR=${D}' install
32}