mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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:
parent
258c97116f
commit
7abd4710bf
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user