increase dvbapp PR.
[vuplus_openembedded] / recipes / batmand / batmand.inc
1 DESCRIPTION = "Routing protocol daemon for multi-hop ad-hoc mesh networks."
2 SECTION = "console/network"
3 PRIORITY = "optional"
4 LICENSE = "GPL"
5 HOMEPAGE = "http://www.open-mesh.net/"
6
7 INC_PR = "r1"
8
9 RDEPENDS = "kernel-module-tun"
10
11 SRC_URI = "http://downloads.open-mesh.net/batman/stable/sources/batman/batman-${PV}.tar.gz \
12            file://makefile-fix.patch;patch=1 \
13           "
14
15 S = "${WORKDIR}/batman-${PV}"
16
17 do_compile() {
18   oe_runmake
19 }
20
21 do_stage() {
22   :
23 }
24
25 do_install() {
26   install -d ${D}${bindir}
27   install -m 0755 batmand ${D}${bindir}
28 }