mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-27 13:50:38 +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"
|
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
|
inherit cpan_build
|
||||||
|
|
||||||
DEPENDS += "libmodule-build-perl-native"
|
|
||||||
|
|
||||||
BBCLASSEXTEND = "native"
|
BBCLASSEXTEND = "native"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user