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

PR = "r4"

require e-module.inc

SRC_URI += "file://fix-api.diff;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"