]> code.ossystems Code Review - openembedded-core.git/commitdiff
libxml-parser-perl: Add missing RDEPENDS
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 20 Feb 2022 14:05:36 +0000 (14:05 +0000)
committerSteve Sakoman <steve@sakoman.com>
Thu, 3 Mar 2022 17:43:07 +0000 (07:43 -1000)
Running the ptest package in an image alone highlighted missing module
dependencies. Add them to fix those errors.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 3859f49db2d694c7b63fdbe25be0018afba5c738)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb

index bc154bbdc5049983b887e8334ec218abd6441875..ef2b292352489518e2557c1eedd766a6af83e265 100644 (file)
@@ -53,6 +53,7 @@ do_install_ptest() {
        chown -R root:root ${D}${PTEST_PATH}/samples
 }
 
+RDEPENDS_${PN} += "perl-module-carp perl-module-file-spec"
 RDEPENDS_${PN}-ptest += "perl-module-filehandle perl-module-if perl-module-test perl-module-test-more"
 
 BBCLASSEXTEND="native nativesdk"