aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/e17/screenshot_svn.bb
blob: 0cd0d8ba640eb00e0781af5955dbc18207ddde16 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
LICENSE = "MIT"
PV = "0.3.0+svnr${SRCREV}"
PR = "${INC_PR}.0"

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
}