aboutsummaryrefslogtreecommitdiffstats
path: root/meta-efl/recipes-efl/e17/screenshot_svn.bb
blob: 233f7777f8d96387f7617d6c37ea2ad1b094b783 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
LICENSE = "MIT"
PV = "0.3.0+svnr${SRCREV}"
PR = "${INC_PR}.0"
LIC_FILES_CHKSUM = "file://COPYING;md5=344895f253c32f38e182dcaf30fe8a35"
SRC_URI += "file://screenshot-fix-mkinstalldirs.patch"

require e-module.inc

DEPENDS += "emprint"
RDEPENDS_${PN} += "emprint"

do_configure_prepend() {
    sed -i -e 's:AC_MSG_ERROR(emprint not found):echo foo:g' ${S}/configure.ac
}

PNBLACKLIST[screenshot] ?= "depends on blacklisted emprint - the recipe will be removed on 2017-09-01 unless the issue is fixed"