From: Dmitry Eremin-Solenikov Date: Fri, 19 Jun 2009 09:22:50 +0000 (+0400) Subject: lowpan-tools: bump git srcrev X-Git-Tag: Release-2010-05/1~3093 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc858e127bf888eed9656fe676d6f758237e0178;p=openembedded.git lowpan-tools: bump git srcrev Signed-off-by: Dmitry Eremin-Solenikov --- 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"