summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2022-02-20 14:05:36 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-03-09 17:30:49 +0000
commitfcd27727c1dd993112d827644ce71faa2101d023 (patch)
treeb9290d9ce931443e58c43f51f05beb32bac33c25 /meta/recipes-devtools
parent4c7c64cc6eb3b1e53d09d1a26c230d0a599536f2 (diff)
downloadpoky-fcd27727c1dd993112d827644ce71faa2101d023.tar.gz
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: 6e98fdf7832fed3d93645ed69f62c8df5e89b96b) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 3859f49db2d694c7b63fdbe25be0018afba5c738) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r--meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb1
1 files changed, 1 insertions, 0 deletions
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 bc154bbdc5..ef2b292352 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() {
53 chown -R root:root ${D}${PTEST_PATH}/samples 53 chown -R root:root ${D}${PTEST_PATH}/samples
54} 54}
55 55
56RDEPENDS_${PN} += "perl-module-carp perl-module-file-spec"
56RDEPENDS_${PN}-ptest += "perl-module-filehandle perl-module-if perl-module-test perl-module-test-more" 57RDEPENDS_${PN}-ptest += "perl-module-filehandle perl-module-if perl-module-test perl-module-test-more"
57 58
58BBCLASSEXTEND="native nativesdk" 59BBCLASSEXTEND="native nativesdk"