]> code.ossystems Code Review - openembedded-core.git/commitdiff
psmisc: revert to default autopoint exclusion
authorAlexander Kanavin <alex.kanavin@gmail.com>
Tue, 17 Dec 2019 16:00:10 +0000 (17:00 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 2 Jan 2020 16:39:04 +0000 (16:39 +0000)
Otherwise, builds break with latest gettext.

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/psmisc/psmisc.inc

index 594a10cf2224de08905b5cf76b4d152c7a4bd6f9..a75b04702c336c8f917da84499aee08bb3d2ff5c 100644 (file)
@@ -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 )
 }