diff options
author | Koen Kooi <koen@openembedded.org> | 2009-06-18 20:12:52 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-06-18 20:12:52 +0200 |
commit | 68a8be99518c624816d238ee2ebb5e602a4c62ac (patch) | |
tree | a5e110c480968fc1f2ef2de4000851fe634e87fc /recipes/lowpan-tools | |
parent | f104de3654682e17a12b21634a8ec0152b7bb193 (diff) |
Revert "linux-2.6.29: add a default kernel for tqm8540"
This reverts commit f1cc64d92cc4023fe8180dc0079d010eec0d71b0.
Diffstat (limited to 'recipes/lowpan-tools')
-rw-r--r-- | recipes/lowpan-tools/lowpan-tools_git.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes/lowpan-tools/lowpan-tools_git.bb b/recipes/lowpan-tools/lowpan-tools_git.bb index 307984498e..1fde23218d 100644 --- a/recipes/lowpan-tools/lowpan-tools_git.bb +++ b/recipes/lowpan-tools/lowpan-tools_git.bb @@ -1,9 +1,10 @@ DESCRIPTION = "LoWPAN utilities (IEEE802.15.4)" LICENSE = "GPL" -SRCREV = "28639544fa2496ae6f82ef300ffc9e6543c4bcd0" +SRCREV = "e9e80a2eefa7aadbbb15bef1519b373e2e907aa0" +#SRC_URI = "git://github.com/lumag/lowpan-utils.git;protocol=git" SRC_URI = "git://linux-zigbee.git.sourceforge.net/gitroot/linux-zigbee;protocol=git" DEPENDS = "libnl bison-native flex-native" -PR = "r7" +PR = "r6" S = "${WORKDIR}/git" PACKAGES += "${PN}-tests-dbg" |