[OE-core] [PATCH 3/5] psmisc: revert to default autopoint exclusion
Alexander Kanavin
alex.kanavin at gmail.com
Tue Dec 17 16:00:10 UTC 2019
Otherwise, builds break with latest gettext.
Signed-off-by: Alexander Kanavin <alex.kanavin at gmail.com>
---
meta/recipes-extended/psmisc/psmisc.inc | 1 -
1 file changed, 1 deletion(-)
diff --git a/meta/recipes-extended/psmisc/psmisc.inc b/meta/recipes-extended/psmisc/psmisc.inc
index 594a10cf222..a75b04702c3 100644
--- a/meta/recipes-extended/psmisc/psmisc.inc
+++ b/meta/recipes-extended/psmisc/psmisc.inc
@@ -19,7 +19,6 @@ inherit autotools gettext
# Upstream has a custom autogen.sh which invokes po/update-potfiles as they
# don't ship a po/POTFILES.in (which is silly). Without that file gettext
# doesn't believe po/ is a gettext directory and won't generate po/Makefile.
-EXTRA_AUTORECONF_remove = "--exclude=autopoint"
do_configure_prepend() {
( cd ${S} && po/update-potfiles )
}
--
2.17.1
More information about the Openembedded-core
mailing list