aboutsummaryrefslogtreecommitdiffstats
path: root/meta-efl/recipes-efl/e17/places_svn.bb
blob: b184f84c30195d17314978babccd11ee7555e8a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://COPYING;md5=344895f253c32f38e182dcaf30fe8a35"

PV = "0.1.0+svnr${SRCPV}"
PR = "${INC_PR}.0"

require e-module.inc

do_configure_prepend() {
    autopoint || touch config.rpath
}

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

SRC_URI += "file://configure.patch"

PNBLACKLIST[places] ?= "Depends on blacklisted e-wm - the recipe will be removed on 2017-09-01 unless the issue is fixed"