lowpan-tools_git.bb 888 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. LICENSE = "GPLv2"
  5. LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
  6. DEPENDS = "libnl python"
  7. PV = "0.3+git${SRCPV}"
  8. SRC_URI = "git://linux-zigbee.git.sourceforge.net/gitroot/linux-zigbee/linux-zigbee \
  9. file://no-help2man.patch"
  10. SRCREV = "a1d9615adde6d1a568813c24a128273ed755af04"
  11. S = "${WORKDIR}/git"
  12. inherit autotools python-dir pkgconfig
  13. CACHED_CONFIGUREVARS += "am_cv_python_pythondir=${PYTHON_SITEPACKAGES_DIR}/lowpan-tools"
  14. do_install_append() {
  15. rmdir ${D}${localstatedir}/run
  16. }
  17. FILES_${PN}-dbg += "${libexecdir}/lowpan-tools/.debug/"
  18. PACKAGES =+ "${PN}-python"
  19. FILES_${PN}-python = "${libdir}/python*"