diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2015-10-07 00:20:49 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-10-13 12:28:15 +0200 |
| commit | b536fd9a36c05132cb98642b8a9b8b7327141a1d (patch) | |
| tree | feaef5a5f2dd563e1b5948c7c01dccc8eaaf64c3 /meta-efl/recipes-efl/e17/screenshot_svn.bb | |
| parent | d6caffd0816759fbc151c73c51564602e3a3b4cb (diff) | |
| download | meta-openembedded-b536fd9a36c05132cb98642b8a9b8b7327141a1d.tar.gz | |
Revert "screenshot: Move to nonworking because depends on emprint"
* use PNBLACKLIST instead
This reverts commit 694119f6bffa44941ac73f35d932eef1a582549d.
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
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, 16 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..6dec194d6b --- /dev/null +++ b/meta-efl/recipes-efl/e17/screenshot_svn.bb | |||
| @@ -0,0 +1,16 @@ | |||
| 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" | ||
