aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/lowpan-tools/lowpan-tools_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/lowpan-tools/lowpan-tools_git.bb')
-rw-r--r--recipes/lowpan-tools/lowpan-tools_git.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes/lowpan-tools/lowpan-tools_git.bb b/recipes/lowpan-tools/lowpan-tools_git.bb
index 307984498e..1fde23218d 100644
--- a/recipes/lowpan-tools/lowpan-tools_git.bb
+++ b/recipes/lowpan-tools/lowpan-tools_git.bb
@@ -1,9 +1,10 @@
DESCRIPTION = "LoWPAN utilities (IEEE802.15.4)"
LICENSE = "GPL"
-SRCREV = "28639544fa2496ae6f82ef300ffc9e6543c4bcd0"
+SRCREV = "e9e80a2eefa7aadbbb15bef1519b373e2e907aa0"
+#SRC_URI = "git://github.com/lumag/lowpan-utils.git;protocol=git"
SRC_URI = "git://linux-zigbee.git.sourceforge.net/gitroot/linux-zigbee;protocol=git"
DEPENDS = "libnl bison-native flex-native"
-PR = "r7"
+PR = "r6"
S = "${WORKDIR}/git"
PACKAGES += "${PN}-tests-dbg"