diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2019-12-17 17:00:10 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-01-02 16:39:13 +0000 |
commit | 698f11b2548f86270ee06801ebda8c569fa2f49e (patch) | |
tree | 6eb2c776b753416e18363171108b30560ed6475f | |
parent | 4cd9a3045c87b37a2d48142bd78ab1e2616026f8 (diff) | |
download | poky-698f11b2548f86270ee06801ebda8c569fa2f49e.tar.gz |
psmisc: revert to default autopoint exclusion
Otherwise, builds break with latest gettext.
(From OE-Core rev: 42bde3e60241b096bd37923b49b98b803506b27c)
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.inc | 1 |
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 | |||
19 | # Upstream has a custom autogen.sh which invokes po/update-potfiles as they | 19 | # Upstream has a custom autogen.sh which invokes po/update-potfiles as they |
20 | # don't ship a po/POTFILES.in (which is silly). Without that file gettext | 20 | # don't ship a po/POTFILES.in (which is silly). Without that file gettext |
21 | # doesn't believe po/ is a gettext directory and won't generate po/Makefile. | 21 | # doesn't believe po/ is a gettext directory and won't generate po/Makefile. |
22 | EXTRA_AUTORECONF_remove = "--exclude=autopoint" | ||
23 | do_configure_prepend() { | 22 | do_configure_prepend() { |
24 | ( cd ${S} && po/update-potfiles ) | 23 | ( cd ${S} && po/update-potfiles ) |
25 | } | 24 | } |