diff options
Diffstat (limited to 'meta/recipes-connectivity/iw/iw_5.4.bb')
| -rw-r--r-- | meta/recipes-connectivity/iw/iw_5.4.bb | 32 |
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 @@ | |||
| 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 = "http://wireless.kernel.org/en/users/Documentation/iw" | ||
| 6 | SECTION = "base" | ||
| 7 | LICENSE = "BSD-2-Clause" | ||
| 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[md5sum] = "08a4f581a39dc62fa85d3af796d844b6" | ||
| 18 | SRC_URI[sha256sum] = "943cd2446a6c7242fded3766d054ab2a214a3514b9a8b7e942fed8fb13c1370c" | ||
| 19 | |||
| 20 | inherit pkgconfig | ||
| 21 | |||
| 22 | EXTRA_OEMAKE = "\ | ||
| 23 | -f '${S}/Makefile' \ | ||
| 24 | \ | ||
| 25 | 'PREFIX=${prefix}' \ | ||
| 26 | 'SBINDIR=${sbindir}' \ | ||
| 27 | 'MANDIR=${mandir}' \ | ||
| 28 | " | ||
| 29 | |||
| 30 | do_install() { | ||
| 31 | oe_runmake 'DESTDIR=${D}' install | ||
| 32 | } | ||
