From: Stefan Schmidt Date: Wed, 14 Apr 2010 17:03:08 +0000 (+0200) Subject: lowpan-tools_git.bb: Bump SRCREV to get segfault fixes X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4cd2bf0e265ad6c23e5edc4f8e79bdab87a9ee82;p=openembedded.git lowpan-tools_git.bb: Bump SRCREV to get segfault fixes --- diff --git a/recipes/lowpan-tools/lowpan-tools_git.bb b/recipes/lowpan-tools/lowpan-tools_git.bb index 93708daead..49ba84ed7a 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 = "fbeb38b276be720bb72e36e100fab8a23ec58dfe" +SRCREV = "a38879e4d5bc9795ebbf18d08ec4c533331efb66" SRC_URI = "git://linux-zigbee.git.sourceforge.net/gitroot/linux-zigbee/linux-zigbee;protocol=git" DEPENDS = "libnl bison-native flex-native python-native" -PR = "r10" +PR = "r11" S = "${WORKDIR}/git" PACKAGES += "${PN}-tests-dbg"