aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/batmand/batmand.inc
blob: 988a77a6a3f443926e18aa6d6280860e1f5a9dc1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
DESCRIPTION = "Routing protocol daemon for multi-hop ad-hoc mesh networks."
SECTION = "console/network"
PRIORITY = "optional"
LICENSE = "GPL"
HOMEPAGE = "http://www.open-mesh.net/"

INC_PR = "r1"

RDEPENDS = "kernel-module-tun"

SRC_URI = "http://downloads.open-mesh.net/batman/stable/sources/batman/batman-${PV}.tar.gz \
           file://makefile-fix.patch;apply=yes \
          "

S = "${WORKDIR}/batman-${PV}"

do_compile() {
  oe_runmake
}

do_stage() {
  :
}

do_install() {
  install -d ${D}${bindir}
  install -m 0755 batmand ${D}${bindir}
}