summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2019-12-17 17:00:10 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-01-02 16:39:04 +0000
commit42bde3e60241b096bd37923b49b98b803506b27c (patch)
tree9c00369d83ae6abb4e663a0afba42f7e34abb4c6
parentc9f8b48ddae0c951fe4df99fda062526160c0a9f (diff)
downloadopenembedded-core-contrib-42bde3e60241b096bd37923b49b98b803506b27c.tar.gz
psmisc: revert to default autopoint exclusion
Otherwise, builds break with latest gettext. Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-extended/psmisc/psmisc.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-extended/psmisc/psmisc.inc b/meta/recipes-extended/psmisc/psmisc.inc
index 594a10cf22..a75b04702c 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 )
}