aboutsummaryrefslogtreecommitdiffstats
path: root/meta-efl/recipes-efl/e17/places_svn.bb
blob: 915baf6fb2f7c480415b32d48fbdec9ee3cf86af (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"