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 <[email protected]> --- .../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 _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
