aboutsummaryrefslogtreecommitdiffstats
path: root/meta-efl/recipes-efl/e17/screenshot_svn.bb
blob: 465ffcfea5f1f1f048cf37872313d746b4168794 (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
}