diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-03-23 18:15:03 +0100 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-03-23 18:15:03 +0100 |
commit | 7d995c58b1f3c34874110f6040021fd83d618732 (patch) | |
tree | 21db911783f88a232b3bc5a0f669b73833f63f1c /meta-efl/recipes-efl/e17/screenshot_svn.bb | |
parent | 1c2cf0868bcf72847a3150416f5b48e94ba512d4 (diff) | |
download | meta-openembedded-7d995c58b1f3c34874110f6040021fd83d618732.tar.gz |
meta-efl: import from meta-shr.
Not all dependencies are in yet e.g. eve is missing webkit-efl, but e-wm should build
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
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 000000000..0cd0d8ba6 --- /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 | |||