From 7abd4710bf9b334874993bd9a4a90e3f8f3a9c41 Mon Sep 17 00:00:00 2001 From: Ming Liu Date: Tue, 11 Jul 2017 18:44:38 +0200 Subject: po4a: add full functionalities Add the following dependencies to DEPENDS and RRECOMMENDS_${PN}, to let po4a and po4a-native work with full functionalities: - libtext-wrapi18n-perl - libterm-readkey-perl - liblocale-gettext-perl - libunicode-linebreak-perl Signed-off-by: Ming Liu Signed-off-by: Martin Jansa --- meta-perl/recipes-perl/po4a/po4a_0.49.bb | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) (limited to 'meta-perl') diff --git a/meta-perl/recipes-perl/po4a/po4a_0.49.bb b/meta-perl/recipes-perl/po4a/po4a_0.49.bb index e52e5f7577..5db5b8f8bc 100644 --- a/meta-perl/recipes-perl/po4a/po4a_0.49.bb +++ b/meta-perl/recipes-perl/po4a/po4a_0.49.bb @@ -13,8 +13,21 @@ SRCREV = "79ed87a577a543538fe39c7b60079981f5997072" S = "${WORKDIR}/git" -inherit cpan_build +DEPENDS = " \ + libmodule-build-perl-native \ + libtext-wrapi18n-perl \ + libterm-readkey-perl \ + liblocale-gettext-perl \ + libunicode-linebreak-perl \ +" + +RRECOMMENDS_${PN} = " \ + libtext-wrapi18n-perl \ + libterm-readkey-perl \ + liblocale-gettext-perl \ + libunicode-linebreak-perl \ +" -DEPENDS += "libmodule-build-perl-native" +inherit cpan_build BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf