diff options
author | Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | 2009-06-19 13:22:50 +0400 |
---|---|---|
committer | Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | 2009-06-19 13:22:50 +0400 |
commit | dc858e127bf888eed9656fe676d6f758237e0178 (patch) | |
tree | b65728d4a8096adadb1dc29656171da39bd150d0 /recipes/lowpan-tools | |
parent | bb103dc3d8b1d237ec86599af02ee05ff4f5d805 (diff) |
lowpan-tools: bump git srcrev
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Diffstat (limited to 'recipes/lowpan-tools')
-rw-r--r-- | recipes/lowpan-tools/lowpan-tools_git.bb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/recipes/lowpan-tools/lowpan-tools_git.bb b/recipes/lowpan-tools/lowpan-tools_git.bb index 1fde23218d..307984498e 100644 --- a/recipes/lowpan-tools/lowpan-tools_git.bb +++ b/recipes/lowpan-tools/lowpan-tools_git.bb @@ -1,10 +1,9 @@ DESCRIPTION = "LoWPAN utilities (IEEE802.15.4)" LICENSE = "GPL" -SRCREV = "e9e80a2eefa7aadbbb15bef1519b373e2e907aa0" -#SRC_URI = "git://github.com/lumag/lowpan-utils.git;protocol=git" +SRCREV = "28639544fa2496ae6f82ef300ffc9e6543c4bcd0" SRC_URI = "git://linux-zigbee.git.sourceforge.net/gitroot/linux-zigbee;protocol=git" DEPENDS = "libnl bison-native flex-native" -PR = "r6" +PR = "r7" S = "${WORKDIR}/git" PACKAGES += "${PN}-tests-dbg" |