From: Stefan Schmidt Date: Thu, 8 Apr 2010 11:41:38 +0000 (+0200) Subject: lowpan-tools_git.bb: Bump SRCREV X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=742f0a5c1d8ba8d4ad45371e51654f43f1005f34;p=openembedded.git lowpan-tools_git.bb: Bump SRCREV Gain some fixes and monitor device support. --- diff --git a/recipes/lowpan-tools/lowpan-tools_git.bb b/recipes/lowpan-tools/lowpan-tools_git.bb index a03c1d9fd3..93708daead 100644 --- a/recipes/lowpan-tools/lowpan-tools_git.bb +++ b/recipes/lowpan-tools/lowpan-tools_git.bb @@ -1,9 +1,9 @@ DESCRIPTION = "LoWPAN utilities (IEEE802.15.4)" LICENSE = "GPL" -SRCREV = "ce5d988028bdcf78f3461c7dfe1c9b78ded03191" +SRCREV = "fbeb38b276be720bb72e36e100fab8a23ec58dfe" SRC_URI = "git://linux-zigbee.git.sourceforge.net/gitroot/linux-zigbee/linux-zigbee;protocol=git" DEPENDS = "libnl bison-native flex-native python-native" -PR = "r9" +PR = "r10" S = "${WORKDIR}/git" PACKAGES += "${PN}-tests-dbg"