diff options
Diffstat (limited to 'meta-efl/recipes-efl/e17/screenshot_svn.bb')
-rw-r--r-- | meta-efl/recipes-efl/e17/screenshot_svn.bb | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/meta-efl/recipes-efl/e17/screenshot_svn.bb b/meta-efl/recipes-efl/e17/screenshot_svn.bb deleted file mode 100644 index 233f7777f..000000000 --- a/meta-efl/recipes-efl/e17/screenshot_svn.bb +++ /dev/null | |||
@@ -1,16 +0,0 @@ | |||
1 | LICENSE = "MIT" | ||
2 | PV = "0.3.0+svnr${SRCREV}" | ||
3 | PR = "${INC_PR}.0" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=344895f253c32f38e182dcaf30fe8a35" | ||
5 | SRC_URI += "file://screenshot-fix-mkinstalldirs.patch" | ||
6 | |||
7 | require e-module.inc | ||
8 | |||
9 | DEPENDS += "emprint" | ||
10 | RDEPENDS_${PN} += "emprint" | ||
11 | |||
12 | do_configure_prepend() { | ||
13 | sed -i -e 's:AC_MSG_ERROR(emprint not found):echo foo:g' ${S}/configure.ac | ||
14 | } | ||
15 | |||
16 | PNBLACKLIST[screenshot] ?= "depends on blacklisted emprint - the recipe will be removed on 2017-09-01 unless the issue is fixed" | ||