]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
psmisc: Fix dependency for USE_NLS=no
authorJason Wessel <jason.wessel@windriver.com>
Tue, 2 Jul 2019 20:16:07 +0000 (13:16 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 3 Jul 2019 16:00:57 +0000 (17:00 +0100)
commit52971eeaaf0adcf859ab04853e9ab2e551e4998f
treee1693848e01858cfc6eae3f9286c8c7b81944965
parent9431fb44bdcbcbb242b29a34bb851da73f90dc0f
psmisc: Fix dependency for USE_NLS=no

When using USE_NLS="no" in the local.conf psmisc will fail to
compile as follows:

| autoreconf: Entering directory `.'
| autoreconf: running: autopoint --force
| autoreconf: failed to run autopoint: No such file or directory
| autoreconf: autopoint is needed because this package uses Gettext
| ERROR: autoreconf execution failed.

This is because the gettext.bbclass returns gettext-minimal-native for
the host dependency which does not include autopoint.  The autopoint
utility is required to build psmisc, so it needs to list
gettext-native as a dependency.

(From OE-Core rev: 1f163ab451a8a5a5ba1fb426cf5a9eb41f822368)

Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/psmisc/psmisc.inc