diff options
| author | lumag <dbaryshkov@gmail.com> | 2011-08-17 20:08:30 +0000 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-08-17 14:31:46 +0200 |
| commit | 924021a825df6412d063e078166bf6bc0ebdb5cf (patch) | |
| tree | 5a6321f29d8fea2f773184cb48be70c712f4fcad /meta-efl/recipes-efl/e17/screenshot_svn.bb | |
| parent | da4423e09f5bdfb0478180e740e53c633654f73f (diff) | |
| download | meta-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.bb | 1 |
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 a3678e6c12..465ffcfea5 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" | |||
| 2 | PV = "0.3.0+svnr${SRCREV}" | 2 | PV = "0.3.0+svnr${SRCREV}" |
| 3 | PR = "${INC_PR}.0" | 3 | PR = "${INC_PR}.0" |
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=344895f253c32f38e182dcaf30fe8a35" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=344895f253c32f38e182dcaf30fe8a35" |
| 5 | SRC_URI += "file://screenshot-fix-mkinstalldirs.patch" | ||
| 5 | 6 | ||
| 6 | require e-module.inc | 7 | require e-module.inc |
| 7 | 8 | ||
