diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2011-11-30 08:16:57 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-12-01 09:19:29 +0100 |
commit | 45d7250d64bf7d7c2d29d2dbf61bb6c30b683a80 (patch) | |
tree | b5c2b0bc6e574fd322f6e2a5a0ed06cd335280d6 /meta-efl/recipes-efl/efl/elementary_svn.bb | |
parent | 4a72b57c620d2800ceac7a66e54b17235511d835 (diff) | |
download | meta-openembedded-45d7250d64bf7d7c2d29d2dbf61bb6c30b683a80.tar.gz |
elementary: add gettextize patch
* normally we would call gettextize from do_configure, but efl.bbclass is running
do_configure_prepend() {
autopoint || touch config.rpath
}
before that and this respects AM_GNU_GETTEXT_VERSION which is 0.17 and later it fails with;
*** error: gettext infrastructure mismatch: using a Makefile.in.in from gettext version 0.17 but the autoconf macros are from gettext version 0.18
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-efl/recipes-efl/efl/elementary_svn.bb')
-rw-r--r-- | meta-efl/recipes-efl/efl/elementary_svn.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-efl/recipes-efl/efl/elementary_svn.bb b/meta-efl/recipes-efl/efl/elementary_svn.bb index 4051caf25..840cb11e9 100644 --- a/meta-efl/recipes-efl/efl/elementary_svn.bb +++ b/meta-efl/recipes-efl/efl/elementary_svn.bb | |||
@@ -6,7 +6,9 @@ PV = "0.8.0+svnr${SRCPV}" | |||
6 | SRCREV = "${EFL_SRCREV}" | 6 | SRCREV = "${EFL_SRCREV}" |
7 | 7 | ||
8 | inherit efl gettext | 8 | inherit efl gettext |
9 | SRC_URI = "${E_SVN}/trunk;module=${SRCNAME};proto=http;scmdata=keep" | 9 | SRC_URI = "${E_SVN}/trunk;module=${SRCNAME};proto=http;scmdata=keep \ |
10 | file://0001-elementary-gettextize-0.18.1.patch \ | ||
11 | " | ||
10 | S = "${WORKDIR}/${SRCNAME}" | 12 | S = "${WORKDIR}/${SRCNAME}" |
11 | 13 | ||
12 | EXTRA_OECONF = "\ | 14 | EXTRA_OECONF = "\ |