diff options
author | Stefan Schmidt <stefan@datenfreihafen.org> | 2010-04-08 13:41:38 +0200 |
---|---|---|
committer | Stefan Schmidt <stefan@datenfreihafen.org> | 2010-04-08 15:55:22 +0200 |
commit | 742f0a5c1d8ba8d4ad45371e51654f43f1005f34 (patch) | |
tree | 15363a5da6abdcb3041906f7d020fd4158e3116f /recipes/lowpan-tools | |
parent | be0e5268d207e539c42b00cfac0054ee29064f51 (diff) |
lowpan-tools_git.bb: Bump SRCREV
Gain some fixes and monitor device support.
Diffstat (limited to 'recipes/lowpan-tools')
-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 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" |