diff options
author | Ming Liu <peter.x.liu@external.atlascopco.com> | 2017-07-11 18:44:38 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-07-14 23:44:34 +0200 |
commit | 7abd4710bf9b334874993bd9a4a90e3f8f3a9c41 (patch) | |
tree | 921f4eb3a7da22b2951729db0f4df1040d8c45df /meta-perl | |
parent | 258c97116f2e4e1dd6cbb9d23a1d6c7ed476b201 (diff) | |
download | meta-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.bb | 17 |
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 | ||
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
15 | 15 | ||
16 | inherit cpan_build | 16 | DEPENDS = " \ |
17 | libmodule-build-perl-native \ | ||
18 | libtext-wrapi18n-perl \ | ||
19 | libterm-readkey-perl \ | ||
20 | liblocale-gettext-perl \ | ||
21 | libunicode-linebreak-perl \ | ||
22 | " | ||
23 | |||
24 | RRECOMMENDS_${PN} = " \ | ||
25 | libtext-wrapi18n-perl \ | ||
26 | libterm-readkey-perl \ | ||
27 | liblocale-gettext-perl \ | ||
28 | libunicode-linebreak-perl \ | ||
29 | " | ||
17 | 30 | ||
18 | DEPENDS += "libmodule-build-perl-native" | 31 | inherit cpan_build |
19 | 32 | ||
20 | BBCLASSEXTEND = "native" | 33 | BBCLASSEXTEND = "native" |