mirror of
https://git.yoctoproject.org/poky
synced 2026-03-17 04:39:40 +01:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
4cd9a3045c
commit
698f11b254
@@ -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 )
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user