aboutsummaryrefslogtreecommitdiffstats
path: root/meta-perl
diff options
context:
space:
mode:
authorMing Liu <peter.x.liu@external.atlascopco.com>2017-07-11 18:44:38 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2017-07-14 23:44:34 +0200
commit7abd4710bf9b334874993bd9a4a90e3f8f3a9c41 (patch)
tree921f4eb3a7da22b2951729db0f4df1040d8c45df /meta-perl
parent258c97116f2e4e1dd6cbb9d23a1d6c7ed476b201 (diff)
downloadmeta-openembedded-7abd4710bf9b334874993bd9a4a90e3f8f3a9c41.tar.gz
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 <peter.x.liu@external.atlascopco.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-perl')
-rw-r--r--meta-perl/recipes-perl/po4a/po4a_0.49.bb17
1 files changed, 15 insertions, 2 deletions
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"