iw_5.9.bb 947 B

12345678910111213141516171819202122232425262728293031
  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 = "BSD-2-Clause"
  8. LIC_FILES_CHKSUM = "file://COPYING;md5=878618a5c4af25e9b93ef0be1a93f774"
  9. DEPENDS = "libnl"
  10. SRC_URI = "http://www.kernel.org/pub/software/network/iw/${BP}.tar.gz \
  11. file://0001-iw-version.sh-don-t-use-git-describe-for-versioning.patch \
  12. file://separate-objdir.patch \
  13. "
  14. SRC_URI[sha256sum] = "6e7d3c9f8b4ee68e412f20fe229c9854c2dba383e3e650ce6af8eb8dbd12efc3"
  15. inherit pkgconfig
  16. EXTRA_OEMAKE = "\
  17. -f '${S}/Makefile' \
  18. \
  19. 'PREFIX=${prefix}' \
  20. 'SBINDIR=${sbindir}' \
  21. 'MANDIR=${mandir}' \
  22. "
  23. do_install() {
  24. oe_runmake 'DESTDIR=${D}' install
  25. }