diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-02-20 14:05:36 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-03-09 17:30:49 +0000 |
| commit | fcd27727c1dd993112d827644ce71faa2101d023 (patch) | |
| tree | b9290d9ce931443e58c43f51f05beb32bac33c25 | |
| parent | 4c7c64cc6eb3b1e53d09d1a26c230d0a599536f2 (diff) | |
| download | poky-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>
| -rw-r--r-- | meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb | 1 |
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 | ||
| 56 | RDEPENDS_${PN} += "perl-module-carp perl-module-file-spec" | ||
| 56 | RDEPENDS_${PN}-ptest += "perl-module-filehandle perl-module-if perl-module-test perl-module-test-more" | 57 | RDEPENDS_${PN}-ptest += "perl-module-filehandle perl-module-if perl-module-test perl-module-test-more" |
| 57 | 58 | ||
| 58 | BBCLASSEXTEND="native nativesdk" | 59 | BBCLASSEXTEND="native nativesdk" |
