diff options
-rw-r--r-- | meta-efl/recipes-efl/e17/screenshot/screenshot-fix-mkinstalldirs.patch | 23 | ||||
-rw-r--r-- | meta-efl/recipes-efl/e17/screenshot_svn.bb | 1 |
2 files changed, 24 insertions, 0 deletions
diff --git a/meta-efl/recipes-efl/e17/screenshot/screenshot-fix-mkinstalldirs.patch b/meta-efl/recipes-efl/e17/screenshot/screenshot-fix-mkinstalldirs.patch new file mode 100644 index 000000000..14f1141f1 --- /dev/null +++ b/meta-efl/recipes-efl/e17/screenshot/screenshot-fix-mkinstalldirs.patch | |||
@@ -0,0 +1,23 @@ | |||
1 | From: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | ||
2 | Subject: fix screenshot po/ building | ||
3 | Upstream-Status: Pending | ||
4 | |||
5 | Somehow configure doesn't substitute @MKINSTALLDIRS@ by default anymore, | ||
6 | however this substitution is required for po/Makefile | ||
7 | |||
8 | Fix that by calling AM_MKINSTALLDIRS from configure.ac | ||
9 | |||
10 | Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | ||
11 | |||
12 | Index: E-MODULES-EXTRA/screenshot/configure.ac | ||
13 | =================================================================== | ||
14 | --- E-MODULES-EXTRA.orig/screenshot/configure.ac 2011-08-17 15:49:22.000000000 +0400 | ||
15 | +++ E-MODULES-EXTRA/screenshot/configure.ac 2011-08-17 15:49:34.000000000 +0400 | ||
16 | @@ -24,6 +24,7 @@ | ||
17 | define([AC_LIBTOOL_LANG_F77_CONFIG], [:])dnl | ||
18 | AC_PROG_LIBTOOL | ||
19 | |||
20 | +AM_MKINSTALLDIRS | ||
21 | m4_ifdef([AM_GNU_GETTEXT_VERSION], [ | ||
22 | AM_GNU_GETTEXT_VERSION([0.14]) | ||
23 | ]) | ||
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" | |||
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 | ||