diff options
author | Stefan Schmidt <stefan@datenfreihafen.org> | 2010-04-14 19:03:08 +0200 |
---|---|---|
committer | Stefan Schmidt <stefan@datenfreihafen.org> | 2010-04-14 19:05:52 +0200 |
commit | 4cd2bf0e265ad6c23e5edc4f8e79bdab87a9ee82 (patch) | |
tree | 2d9aef4ece724092cbdf85dfed9e968ce9712185 | |
parent | e2e6e9a8c2eb2080b988cfc8ba8441839c8a0b35 (diff) |
lowpan-tools_git.bb: Bump SRCREV to get segfault fixes
-rw-r--r-- | recipes/lowpan-tools/lowpan-tools_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
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" |