diff options
Diffstat (limited to 'meta/recipes-connectivity/iw/iw_6.17.bb')
| -rw-r--r-- | meta/recipes-connectivity/iw/iw_6.17.bb | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/iw/iw_6.17.bb b/meta/recipes-connectivity/iw/iw_6.17.bb new file mode 100644 index 0000000000..a9a4695d39 --- /dev/null +++ b/meta/recipes-connectivity/iw/iw_6.17.bb | |||
| @@ -0,0 +1,31 @@ | |||
| 1 | SUMMARY = "nl80211 based CLI configuration utility for wireless devices" | ||
| 2 | DESCRIPTION = "iw is a new nl80211 based CLI configuration utility for \ | ||
| 3 | wireless devices. It supports almost all new drivers that have been added \ | ||
| 4 | to the kernel recently. " | ||
| 5 | HOMEPAGE = "https://wireless.wiki.kernel.org/en/users/documentation/iw" | ||
| 6 | SECTION = "base" | ||
| 7 | LICENSE = "ISC" | ||
| 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=878618a5c4af25e9b93ef0be1a93f774" | ||
| 9 | |||
| 10 | DEPENDS = "libnl" | ||
| 11 | |||
| 12 | SRC_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 | |||
| 17 | SRC_URI[sha256sum] = "aebdcfa3691aa5065a9b0d7def66c761c8b01a59dd81bc315d0305e05c3b04de" | ||
| 18 | |||
| 19 | inherit pkgconfig | ||
| 20 | |||
| 21 | EXTRA_OEMAKE = "\ | ||
| 22 | -f '${S}/Makefile' \ | ||
| 23 | \ | ||
| 24 | 'PREFIX=${prefix}' \ | ||
| 25 | 'SBINDIR=${sbindir}' \ | ||
| 26 | 'MANDIR=${mandir}' \ | ||
| 27 | " | ||
| 28 | |||
| 29 | do_install() { | ||
| 30 | oe_runmake 'DESTDIR=${D}' install | ||
| 31 | } | ||
