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>
This commit is contained in:
Ming Liu 2017-07-11 18:44:38 +02:00 committed by Martin Jansa
parent 258c97116f
commit 7abd4710bf

View File

@ -13,8 +13,21 @@ SRCREV = "79ed87a577a543538fe39c7b60079981f5997072"
S = "${WORKDIR}/git"
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 \
"
inherit cpan_build
DEPENDS += "libmodule-build-perl-native"
BBCLASSEXTEND = "native"