From: Alexander Kanavin Date: Tue, 17 Dec 2019 16:00:10 +0000 (+0100) Subject: psmisc: revert to default autopoint exclusion X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~12335 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42bde3e60241b096bd37923b49b98b803506b27c;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git psmisc: revert to default autopoint exclusion Otherwise, builds break with latest gettext. Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- 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 ) }