aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/navit/navit_svn.bb
blob: b17ae51387dee73c18ea08c0ca3677c2ec387013 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PV = "0.1.0+svnr${SRCPV}"
PR = "${INC_PR}.0"

DEPENDS_shr += " librsvg-native"

RDEPENDS = " navit-icons"

require navit.inc

EXTRA_OECONF_shr += " --enable-cache-size=20971520"

S = "${WORKDIR}/navit"

SRC_URI = "svn://anonymous@navit.svn.sourceforge.net/svnroot/navit/trunk;module=navit;proto=https"

do_configure_prepend() {
  #Remove xpm building
  sed -i 's/\(.*SUBDIRS.*\) xpm\( \|$\)\(.*\)/\1\2\3/g' ${S}/navit/Makefile.am
}

EXTRA_AUTORECONF = " -I m4"