diff options
author | Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | 2009-06-18 15:45:14 +0400 |
---|---|---|
committer | Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | 2009-06-18 15:45:14 +0400 |
commit | f1cc64d92cc4023fe8180dc0079d010eec0d71b0 (patch) | |
tree | 8edacc965b0513223c8e48a1c843555ab995a420 /recipes/lowpan-tools/lowpan-tools_git.bb | |
parent | ec7b787de1ea8c71ac2e2e23be93500c347105b6 (diff) |
linux-2.6.29: add a default kernel for tqm8540
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Diffstat (limited to 'recipes/lowpan-tools/lowpan-tools_git.bb')
-rw-r--r-- | recipes/lowpan-tools/lowpan-tools_git.bb | 5 |
1 files changed, 2 insertions, 3 deletions
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" |