summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-extended/texinfo/texinfo_6.3.bb6
1 files changed, 6 insertions, 0 deletions
diff --git a/meta/recipes-extended/texinfo/texinfo_6.3.bb b/meta/recipes-extended/texinfo/texinfo_6.3.bb
index d82731e11e..f58df928aa 100644
--- a/meta/recipes-extended/texinfo/texinfo_6.3.bb
+++ b/meta/recipes-extended/texinfo/texinfo_6.3.bb
@@ -79,4 +79,10 @@ FILES_${PN}-doc = "${infodir}/texinfo* \
79 ${datadir}/${tex_texinfo} \ 79 ${datadir}/${tex_texinfo} \
80 ${mandir}/man1 ${mandir}/man5" 80 ${mandir}/man1 ${mandir}/man5"
81 81
82# Lie about providing the Locale::gettext_xs module. It is not actually built,
83# but the code will test for it and if not found use Locale::gettext_pp instead.
84# However, this causes a file dependency on perl(Locale::gettext_xs) to be
85# generated, which must be satisfied.
86RPROVIDES_${PN} += "perl(Locale::gettext_xs)"
87
82BBCLASSEXTEND = "native nativesdk" 88BBCLASSEXTEND = "native nativesdk"