lowpan-tools_git.bb 910 B

12345678910111213141516171819202122232425262728
  1. SUMMARY = "Utilities for managing the Linux LoWPAN stack"
  2. DESCRIPTION = "This is a set of utils to manage the Linux LoWPAN stack. \
  3. The LoWPAN stack aims for IEEE 802.15.4-2003 (and for lesser extent IEEE 802.15.4-2006) compatibility."
  4. SECTION = "net"
  5. LICENSE = "GPLv2"
  6. LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
  7. DEPENDS = "flex-native bison-native libnl python"
  8. PV = "0.3.1+git${SRCPV}"
  9. SRC_URI = "git://git.code.sf.net/p/linux-zigbee/linux-zigbee \
  10. file://no-help2man.patch"
  11. SRCREV = "38f42dbfce9e13629263db3bd3b81f14c69bb733"
  12. S = "${WORKDIR}/git"
  13. inherit autotools python-dir pkgconfig
  14. CACHED_CONFIGUREVARS += "am_cv_python_pythondir=${PYTHON_SITEPACKAGES_DIR}/lowpan-tools"
  15. do_install_append() {
  16. rmdir ${D}${localstatedir}/run
  17. }
  18. FILES_${PN}-dbg += "${libexecdir}/lowpan-tools/.debug/"
  19. PACKAGES =+ "${PN}-python"
  20. FILES_${PN}-python = "${libdir}/python*"