mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-08-07 03:48:10 +02:00
* 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>
This layer depends on: URI: git://git.openembedded.org/openembedded-core branch: master revision: HEAD URI: git://git.openembedded.net/meta-openembedded branch: master revision: HEAD Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-efl]' in the subject' When sending single patches, please using something like 'git send-email -1 --to openembedded-devel@lists.openembedded.org --subject-prefix meta-efl' Interim layer maintainer: Koen Kooi <koen@dominion.thruhere.net>