aboutsummaryrefslogtreecommitdiffstats
path: root/meta-efl/recipes-efl/e17/emprint_svn.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2015-10-07 00:21:48 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2015-10-13 12:28:15 +0200
commitd25c8a46471d254a11bc08ee4d3e556f13228b30 (patch)
treeea0c6e145d22e63d887ab372283843e39b4bb1ed /meta-efl/recipes-efl/e17/emprint_svn.bb
parentb536fd9a36c05132cb98642b8a9b8b7327141a1d (diff)
downloadmeta-openembedded-contrib-d25c8a46471d254a11bc08ee4d3e556f13228b30.tar.gz
Revert "rage, emprint, news: Move to nonworking"
* use PNBLACKLIST instead This reverts commit 1ead1a9196e0003652bc99d0d5739ab59c221209. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-efl/recipes-efl/e17/emprint_svn.bb')
-rw-r--r--meta-efl/recipes-efl/e17/emprint_svn.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-efl/recipes-efl/e17/emprint_svn.bb b/meta-efl/recipes-efl/e17/emprint_svn.bb
new file mode 100644
index 0000000000..e4c9816fd6
--- /dev/null
+++ b/meta-efl/recipes-efl/e17/emprint_svn.bb
@@ -0,0 +1,14 @@
+DESCRIPTION = "Emprint is a utility for taking screenshots of the entire screen, a specific window, or a specific region."
+LICENSE = "MIT & BSD"
+DEPENDS = "imlib2 virtual/libx11 ecore evas edje eina"
+PV = "0.0.1+svnr${SRCPV}"
+LIC_FILES_CHKSUM = "file://COPYING;md5=344895f253c32f38e182dcaf30fe8a35"
+SRCREV = "${EFL_SRCREV}"
+
+inherit e
+SRC_URI = "${E_SVN}/trunk;module=${SRCNAME};protocol=http;scmdata=keep"
+S = "${WORKDIR}/${SRCNAME}"
+
+FILES_${PN}-dbg += "${libdir}/${PN}/modules/.debug"
+
+PNBLACKLIST[emprint] ?= "if you want to use these modules with E18, then you need to update it to git recipe fetching newer sources from http://git.enlightenment.org/apps/emprint.git/"