[oe-commits] [openembedded-core] 07/11: perl: Add missing perl module dependency

git at git.openembedded.org git at git.openembedded.org
Sat Jun 1 10:28:33 UTC 2019


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

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit ca52e565465de321d6fc20ebedf3450bb317f5f6
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Sat Jun 1 11:18:10 2019 +0100

    perl: Add missing perl module dependency
    
    This fixes runtime errors when using the module (as used by various other perl
    module ptests).
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-devtools/perl-sanity/files/perl-rdepends.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-devtools/perl-sanity/files/perl-rdepends.txt b/meta/recipes-devtools/perl-sanity/files/perl-rdepends.txt
index 5bf8c1d..08722ad 100644
--- a/meta/recipes-devtools/perl-sanity/files/perl-rdepends.txt
+++ b/meta/recipes-devtools/perl-sanity/files/perl-rdepends.txt
@@ -2657,6 +2657,7 @@ RDEPENDS_perl-module-encode += "perl-module-constant"
 RDEPENDS_perl-module-encode += "perl-module-encode-alias"
 RDEPENDS_perl-module-encode += "perl-module-encode-config"
 RDEPENDS_perl-module-encode += "perl-module-encode-configlocal-pm"
+RDEPENDS_perl-module-encode += "perl-module-encode-encoding"
 RDEPENDS_perl-module-encode += "perl-module-encode-mime-name"
 RDEPENDS_perl-module-encode += "perl-module-exporter"
 RDEPENDS_perl-module-encode += "perl-module-parent"

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


More information about the Openembedded-commits mailing list