]> code.ossystems Code Review - openembedded-core.git/commit
psmisc: Fix dependency for USE_NLS=no
authorJason Wessel <jason.wessel@windriver.com>
Tue, 6 Aug 2019 19:41:21 +0000 (22:41 +0300)
committerArmin Kuster <akuster808@gmail.com>
Wed, 4 Sep 2019 15:21:39 +0000 (08:21 -0700)
commit423115b70a4a2cdef4b3882ad4491446b84a1f1e
tree72362de906aab0c4b5700720bccae1e34360ac57
parentb6daf8a5755842c0e38b1a88687a18432138a45a
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.

Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/recipes-extended/psmisc/psmisc.inc