summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--MAINTAINERS8
-rw-r--r--recipes/lowpan-tools/lowpan-tools_git.bb7
2 files changed, 12 insertions, 3 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index e6466618a5..2e33203f87 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -52,6 +52,14 @@ Machines: davinci (dm6446-evm, dm6467-evm, dm355-evm, dm365-evm), omap3evm
Distros: Ångström, Arago
Interests: External Toolchains
+Person: Dmitry Eremin-Solenikov
+Mail: dbaryshkov@gmail.com
+Website: http://tosa.lumag.spb.ru
+Interests: Kernel, Porting, evaluation hardware
+Machines: tosa, tqm8540, am91sam9g20ek
+Distros: Ångström
+Recipes: lowpan-tools, libnl
+
Person: Erik Hovland
Mail: erik@hovland.org
Distros: familiar
diff --git a/recipes/lowpan-tools/lowpan-tools_git.bb b/recipes/lowpan-tools/lowpan-tools_git.bb
index 307984498e..78b6fa2792 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"