aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/e17/places_svn.bb
blob: a5d3833915bc7035349716f74dd0c18d030d862f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
LICENSE = "GPLv3 LGPLv3"
PV = "0.1.0+svnr${SRCPV}"

PR = "r4"

require e-module.inc

SRC_URI += "file://fix-api.diff;apply=yes;maxrev=39830;striplevel=3"

do_configure_prepend() {
       sed -i -e /po/d -e /AM_GNU_GETTEXT/d configure.ac 
       sed -i -e s:\ po::g Makefile.am
}

# Calls /usr/bin/eject for media
RRECOMMENDS_${PN} += "eject"