blob: 2db71a3e8740dbbab73dff7154c04055a0c8ae8e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
DESCRIPTION = "Navit is a car navigation system with routing engine."
LICENSE = "GPL"
DEPENDS = "glib-2.0 gtk+"
PR = "r2"
inherit autotools
SRC_URI = "${SOURCEFORGE_MIRROR}/navit/navit-${PV}.tar.gz \
file://compile-fix.patch;patch=1"
EXTRA_OECONF = "--disable-gui-sdl --disable-binding-python --enable-avoid-unaligned --enable-avoid-float"
FILES_${PN}-dbg += "${libdir}/${PN}/*/.debug"
|