From: Ross Burton Date: Fri, 5 Jan 2018 16:39:11 +0000 (+0000) Subject: psmisc: improve autopoint-enabling X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~19148 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93fe0f5044d30407c9afc69cbb570a82b6c82e5d;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git psmisc: improve autopoint-enabling Instead of globally clearing EXTRA_AUTORECONF (which by default currently contains --exclude=autopoint) use _remove to selectively remove the piece we care about. Signed-off-by: Ross Burton --- diff --git a/meta/recipes-extended/psmisc/psmisc.inc b/meta/recipes-extended/psmisc/psmisc.inc index 527a1d590f3..82ef947709a 100644 --- a/meta/recipes-extended/psmisc/psmisc.inc +++ b/meta/recipes-extended/psmisc/psmisc.inc @@ -18,8 +18,8 @@ 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="" +# 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 ) }