[oe-commits] [meta-openembedded] 22/23: po4a: add full functionalities

git at git.openembedded.org git at git.openembedded.org
Wed Jul 12 08:23:22 UTC 2017


This is an automated email from the git hooks/post-receive script.

martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit 131de8c76746f83a598d6babe0152603e8378182
Author: Ming Liu <peter.x.liu at external.atlascopco.com>
AuthorDate: Tue Jul 11 18:44:38 2017 +0200

    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 at external.atlascopco.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-perl/recipes-perl/po4a/po4a_0.49.bb | 17 +++++++++++++++--
 1 file 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 e52e5f7..5db5b8f 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"
 
 S = "${WORKDIR}/git"
 
-inherit cpan_build
+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 \
+"
 
-DEPENDS += "libmodule-build-perl-native"
+inherit cpan_build
 
 BBCLASSEXTEND = "native"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list