summaryrefslogtreecommitdiffstats
path: root/meta-efl/recipes-efl/e17/screenshot_svn.bb
diff options
context:
space:
mode:
authorlumag <dbaryshkov@gmail.com>2011-08-17 20:08:30 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2011-08-17 14:31:46 +0200
commit924021a825df6412d063e078166bf6bc0ebdb5cf (patch)
tree5a6321f29d8fea2f773184cb48be70c712f4fcad /meta-efl/recipes-efl/e17/screenshot_svn.bb
parentda4423e09f5bdfb0478180e740e53c633654f73f (diff)
downloadmeta-openembedded-924021a825df6412d063e078166bf6bc0ebdb5cf.tar.gz
meta-efl/screenshot: fix building with current gettext/auto*
Current auto*/gettext stopped substituting @MKINSTALLDIRS@ variable which is necessary in screenshot/po/Makefile. Fix that by calling AM_MKINSTALLDIRS manually. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> 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.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-efl/recipes-efl/e17/screenshot_svn.bb b/meta-efl/recipes-efl/e17/screenshot_svn.bb
index a3678e6c1..465ffcfea 100644
--- a/meta-efl/recipes-efl/e17/screenshot_svn.bb
+++ b/meta-efl/recipes-efl/e17/screenshot_svn.bb
@@ -2,6 +2,7 @@ LICENSE = "MIT"
2PV = "0.3.0+svnr${SRCREV}" 2PV = "0.3.0+svnr${SRCREV}"
3PR = "${INC_PR}.0" 3PR = "${INC_PR}.0"
4LIC_FILES_CHKSUM = "file://COPYING;md5=344895f253c32f38e182dcaf30fe8a35" 4LIC_FILES_CHKSUM = "file://COPYING;md5=344895f253c32f38e182dcaf30fe8a35"
5SRC_URI += "file://screenshot-fix-mkinstalldirs.patch"
5 6
6require e-module.inc 7require e-module.inc
7 8