aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/e17/places_svn.bb
blob: 4aeaed23397a9d869a47dc88b30ee6341b74755e (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${SRCREV}"

PR = "r3"

require e-module.inc

SRC_URI += "file://fix-api.diff;patch=1;maxrev=39830;pnum=3"

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

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