]> code.ossystems Code Review - openembedded-core.git/commit
texinfo: Avoid a problem with a dependency on perl(Locale::gettext_xs)
authorPeter Kjellerstedt <pkj@axis.com>
Tue, 15 Aug 2017 21:41:54 +0000 (16:41 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 15 Aug 2017 23:11:51 +0000 (00:11 +0100)
commitc1e16ac6aea0ec15b35d227814bbf137ac8de6c2
tree0bedf0d44886461d3db1f3886b59da4e5ce25165
parentd7909007b2a912ae5adf01edfabaa8b8646369cd
texinfo: Avoid a problem with a dependency on perl(Locale::gettext_xs)

We do not build the Locale::gettext_xs Perl module and the code will
test for it and happily use Locale::gettext_pp instead if it is not
found. However, this still causes a file dependency on
perl(Locale::gettext_xs) to be generated, which must be satisfied by
adding an explicit provide for it.

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/texinfo/texinfo_6.3.bb