summaryrefslogtreecommitdiffstats
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 e52e5f757..5db5b8f8b 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"
13 13
14S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
15 15
16inherit cpan_build 16DEPENDS = " \
17 libmodule-build-perl-native \
18 libtext-wrapi18n-perl \
19 libterm-readkey-perl \
20 liblocale-gettext-perl \
21 libunicode-linebreak-perl \
22"
23
24RRECOMMENDS_${PN} = " \
25 libtext-wrapi18n-perl \
26 libterm-readkey-perl \
27 liblocale-gettext-perl \
28 libunicode-linebreak-perl \
29"
17 30
18DEPENDS += "libmodule-build-perl-native" 31inherit cpan_build
19 32
20BBCLASSEXTEND = "native" 33BBCLASSEXTEND = "native"