From: Richard Purdie Date: Sun, 20 Feb 2022 14:05:36 +0000 (+0000) Subject: libxml-parser-perl: Add missing RDEPENDS X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=6bec1320e20c4e996ec068c99be2e4273b2df899;p=openembedded-core.git libxml-parser-perl: Add missing RDEPENDS Running the ptest package in an image alone highlighted missing module dependencies. Add them to fix those errors. Signed-off-by: Richard Purdie (cherry picked from commit 3859f49db2d694c7b63fdbe25be0018afba5c738) Signed-off-by: Anuj Mittal --- diff --git a/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb b/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb index 3b9206e984..7e72b70418 100644 --- a/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb +++ b/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb @@ -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"