All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-networking][PATCH] 6lowpan-tools: add git version
@ 2013-03-28 15:32 Koen Kooi
  2013-03-28 21:59 ` Stefan Schmidt
  0 siblings, 1 reply; 5+ messages in thread
From: Koen Kooi @ 2013-03-28 15:32 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Koen Kooi

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

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
---
 .../recipes-support/6lowpan/6lowpan-tools_git.bb     | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 meta-networking/recipes-support/6lowpan/6lowpan-tools_git.bb

diff --git a/meta-networking/recipes-support/6lowpan/6lowpan-tools_git.bb b/meta-networking/recipes-support/6lowpan/6lowpan-tools_git.bb
new file mode 100644
index 0000000..1dcb124
--- /dev/null
+++ b/meta-networking/recipes-support/6lowpan/6lowpan-tools_git.bb
@@ -0,0 +1,20 @@
+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"
+SRC_URI = "git://linux-zigbee.git.sourceforge.net/gitroot/linux-zigbee/linux-zigbee"
+SRCREV = "a1d9615adde6d1a568813c24a128273ed755af04"
+
+S = "${WORKDIR}/git"
+
+inherit autotools
+
+FILES_${PN}-dbg += "${libexecdir}/lowpan-tools/.debug/"
+
+PACKAGES =+ "${PN}-python"
+FILES_${PN}-python = "${libdir}/python*"
-- 
1.8.1.4




^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-05-02 14:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-28 15:32 [meta-networking][PATCH] 6lowpan-tools: add git version Koen Kooi
2013-03-28 21:59 ` Stefan Schmidt
2013-04-01 15:31   ` Joe MacDonald
2013-05-02 10:21     ` Paul Eggleton
2013-05-02 13:51       ` Koen Kooi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.