angstrom: fix busybox regression by adding 'ipv4 ipv6' to DISTRO_FEATURES
[openembedded.git] / recipes / batmand / batmand.inc
blob24019dac4d322c1a7e26066e05503b5fc7d843e7
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/"
7 INC_PR = "r2"
9 RDEPENDS_${PN} = "kernel-module-tun"
11 SRC_URI = "http://downloads.open-mesh.net/batman/stable/sources/batman/batman-${PV}.tar.gz \
12            file://makefile-fix.patch \
13           "
15 S = "${WORKDIR}/batman-${PV}"
17 do_compile() {
18   oe_runmake
21 do_stage() {
22   :
25 do_install() {
26   install -d ${D}${bindir}
27   install -m 0755 batmand ${D}${bindir}