iw_5.8.bb 1000 B

1234567891011121314151617181920212223242526272829303132
  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[md5sum] = "98129d64212bdbb408f009c56ed5c62a"
  15. SRC_URI[sha256sum] = "cd9125c7e560926d66b09977fe0f75e5365ffd05a15df67d86a421dc76f96a96"
  16. inherit pkgconfig
  17. EXTRA_OEMAKE = "\
  18. -f '${S}/Makefile' \
  19. \
  20. 'PREFIX=${prefix}' \
  21. 'SBINDIR=${sbindir}' \
  22. 'MANDIR=${mandir}' \
  23. "
  24. do_install() {
  25. oe_runmake 'DESTDIR=${D}' install
  26. }