[oe-commits] Paul Eggleton : lowpan-tools: add git version

git at git.openembedded.org git at git.openembedded.org
Tue Sep 24 17:29:28 UTC 2013


Module: meta-openembedded.git
Branch: master
Commit: 7e0bdfc5ecf7c551416e2a193c9220347d8fe03f
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=7e0bdfc5ecf7c551416e2a193c9220347d8fe03f

Author: Paul Eggleton <paul.eggleton at linux.intel.com>
Date:   Tue Sep 24 13:54:15 2013 +0100

lowpan-tools: add git version

The 0.3 release was a year ago and git HEAD contains fixes to make it
work with contiki, so build from git instead of backporting all of the
patches.

Based on a patch by Koen Kooi <koen at dominion.thruhere.net>

Signed-off-by: Paul Eggleton <paul.eggleton at linux.intel.com>
Signed-off-by: Joe MacDonald <joe at deserted.net>

---

 .../lowpan-tools/lowpan-tools_git.bb               |   25 ++++++++++++++++++++
 1 files changed, 25 insertions(+), 0 deletions(-)

diff --git a/meta-networking/recipes-support/lowpan-tools/lowpan-tools_git.bb b/meta-networking/recipes-support/lowpan-tools/lowpan-tools_git.bb
new file mode 100644
index 0000000..cf78b45
--- /dev/null
+++ b/meta-networking/recipes-support/lowpan-tools/lowpan-tools_git.bb
@@ -0,0 +1,25 @@
+SUMMARY = "Utilities for managing the Linux LoWPAN stack"
+DESCRIPTION = "This is a set of utils to manage the Linux LoWPAN stack. \
+The LoWPAN stack aims for IEEE 802.15.4-2003 (and for lesser extent IEEE 802.15.4-2006) compatibility."
+
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
+
+DEPENDS = "libnl python"
+
+PV = "0.3+git${SRCPV}"
+SRC_URI = "git://linux-zigbee.git.sourceforge.net/gitroot/linux-zigbee/linux-zigbee"
+SRCREV = "a1d9615adde6d1a568813c24a128273ed755af04"
+
+S = "${WORKDIR}/git"
+
+inherit autotools
+
+do_install_append() {
+	rmdir ${D}${localstatedir}/run
+}
+
+FILES_${PN}-dbg += "${libexecdir}/lowpan-tools/.debug/"
+
+PACKAGES =+ "${PN}-python"
+FILES_${PN}-python = "${libdir}/python*"



More information about the Openembedded-commits mailing list