mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 00:59:48 +00:00
libxml-parser-perl: Add missing RDEPENDS
Running the ptest package in an image alone highlighted missing module dependencies. Add them to fix those errors. (From OE-Core rev: 3859f49db2d694c7b63fdbe25be0018afba5c738) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -53,6 +53,7 @@ do_install_ptest() {
|
|||||||
chown -R root:root ${D}${PTEST_PATH}/samples
|
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"
|
RDEPENDS:${PN}-ptest += "perl-module-filehandle perl-module-if perl-module-test perl-module-test-more"
|
||||||
|
|
||||||
BBCLASSEXTEND="native nativesdk"
|
BBCLASSEXTEND="native nativesdk"
|
||||||
|
|||||||
Reference in New Issue
Block a user