aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/batmand/batmand_0.3.bb
diff options
context:
space:
mode:
authorHenning Heinold <heinold@inf.fu-berlin.de>2009-09-22 22:10:36 +0200
committerHenning Heinold <heinold@inf.fu-berlin.de>2009-09-24 10:17:41 +0200
commit2455668c3a182ba3bf7bdbd4f94b940b1f978f03 (patch)
tree8c87e4f60ee9e04f00fd2df7d5b3d1ad04528a72 /recipes/batmand/batmand_0.3.bb
parentd3a0ec7e1088f861d293819da9f30c7b8d12a8d8 (diff)
downloadopenembedded-2455668c3a182ba3bf7bdbd4f94b940b1f978f03.tar.gz
batmand: update to version 0.3.2
* use new download url * switch to INC_PR * switch to .inc file * bump PR
Diffstat (limited to 'recipes/batmand/batmand_0.3.bb')
-rw-r--r--recipes/batmand/batmand_0.3.bb30
1 files changed, 2 insertions, 28 deletions
diff --git a/recipes/batmand/batmand_0.3.bb b/recipes/batmand/batmand_0.3.bb
index c78f94d5e3..f359f5e7ca 100644
--- a/recipes/batmand/batmand_0.3.bb
+++ b/recipes/batmand/batmand_0.3.bb
@@ -1,29 +1,3 @@
-DESCRIPTION = "Routing protocol daemon for multi-hop ad-hoc mesh networks."
-SECTION = "console/network"
-PRIORITY = "optional"
-LICENSE = "GPL"
-HOMEPAGE = "https://www.open-mesh.net/batman"
+require batmand.inc
+PR = "${INC_PR}.1"
-PR = "r0"
-
-RDEPENDS = "kernel-module-tun"
-
-SRC_URI = "\
- http://downloads.open-mesh.net/batman/stable/sources/batman-0.3.tar.gz \
- file://makefile-fix.patch;patch=1 \
- "
-
-S = "${WORKDIR}/batman-${PV}"
-
-do_compile() {
- oe_runmake
-}
-
-do_stage() {
- :
-}
-
-do_install() {
- install -d ${D}${bindir}
- install -m 0755 batmand ${D}${bindir}
-}