]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
texinfo: Avoid a problem with a dependency on perl(Locale::gettext_xs)
authorPeter Kjellerstedt <pkj@axis.com>
Wed, 14 Jun 2017 14:42:18 +0000 (16:42 +0200)
committerMark Hatle <mark.hatle@windriver.com>
Mon, 14 Aug 2017 20:48:52 +0000 (15:48 -0500)
commit4256584a83b238c3015d2a719ddd17b01bc83480
treece08eda2a15a6e788baadcb97054ffde620f252c
parent6aeccc3017205a77640355dace3b6872dcf25032
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>
meta/recipes-extended/texinfo/texinfo_6.3.bb