[oe-commits] Dmitry Eremin-Solenikov : lowpan-tools: update a version

git version control git at git.openembedded.org
Sun Jul 12 21:32:42 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 84eb1db158bbcded971f35bfa89b72c13c797e6f
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=84eb1db158bbcded971f35bfa89b72c13c797e6f

Author: Dmitry Eremin-Solenikov <dbaryshkov at gmail.com>
Date:   Mon Jun 29 12:45:06 2009 +0400

lowpan-tools: update a version

Bump a version of lowpan-tools to include iproute2 plugin.
Also include it into packages.

Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov at gmail.com>

---

 recipes/lowpan-tools/lowpan-tools_git.bb |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/recipes/lowpan-tools/lowpan-tools_git.bb b/recipes/lowpan-tools/lowpan-tools_git.bb
index 3079844..78b6fa2 100644
--- a/recipes/lowpan-tools/lowpan-tools_git.bb
+++ b/recipes/lowpan-tools/lowpan-tools_git.bb
@@ -1,16 +1,17 @@
 DESCRIPTION = "LoWPAN utilities (IEEE802.15.4)"
 LICENSE = "GPL"
-SRCREV = "28639544fa2496ae6f82ef300ffc9e6543c4bcd0"
+SRCREV = "b30f459c9ef500b73043d105597f382ec4f53f1b"
 SRC_URI = "git://linux-zigbee.git.sourceforge.net/gitroot/linux-zigbee;protocol=git"
 DEPENDS = "libnl bison-native flex-native"
-PR = "r7"
+PR = "r8"
 
 S = "${WORKDIR}/git"
 PACKAGES += "${PN}-tests-dbg"
 PACKAGES += "${PN}-tests"
 FILES_${PN} = "${sbindir}/iz ${sbindir}/izconfig \
                ${bindir}/izchat ${bindir}/izlisten ${sbindir}/izcoordinator \
-               ${sbindir}/izattach"
+               ${sbindir}/izattach ${libdir}/ip/link_wpan.so"
+FILES_${PN}-dbg += "${libdir}/ip/.debug/link_wpan.so"
 FILES_${PN}-tests = "${libexecdir}/lowpan-tools ${libdir}/python*/site-packages"
 FILES_${PN}-tests-dbg = "${libexecdir}/lowpan-tools/.debug"
 





More information about the Openembedded-commits mailing list