diff options
Diffstat (limited to 'meta-efl/recipes-efl/e17/screenshot_svn.bb')
| -rw-r--r-- | meta-efl/recipes-efl/e17/screenshot_svn.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-efl/recipes-efl/e17/screenshot_svn.bb b/meta-efl/recipes-efl/e17/screenshot_svn.bb new file mode 100644 index 0000000000..0cd0d8ba64 --- /dev/null +++ b/meta-efl/recipes-efl/e17/screenshot_svn.bb | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | LICENSE = "MIT" | ||
| 2 | PV = "0.3.0+svnr${SRCREV}" | ||
| 3 | PR = "${INC_PR}.0" | ||
| 4 | |||
| 5 | require e-module.inc | ||
| 6 | |||
| 7 | DEPENDS += "emprint" | ||
| 8 | RDEPENDS_${PN} += "emprint" | ||
| 9 | |||
| 10 | do_configure_prepend() { | ||
| 11 | sed -i -e 's:AC_MSG_ERROR(emprint not found):echo foo:g' ${S}/configure.ac | ||
| 12 | } | ||
| 13 | |||
| 14 | |||
