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>
parent
4a72b57c
Please register or sign in to comment