diff options
author | Deepthi Hemraj <Deepthi.Hemraj@windriver.com> | 2023-12-28 06:08:00 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-01-01 23:11:42 +0000 |
commit | 1b4f19bae896ba23ddd359e7c350555d2c1f394a (patch) | |
tree | db6c4dd3277ed987d7ebeb61b3ef8a89e702f7af /meta/recipes-devtools/autoconf | |
parent | c8f08af400acbd4f3e68c02a9b94c6731187566d (diff) | |
download | poky-1b4f19bae896ba23ddd359e7c350555d2c1f394a.tar.gz |
autoconf: Add missing perl modules to RDEPENDS
In SDK,running "x86_64-poky-linux-gp-display-html --help" fails due to missing perl modules which are required for it to work.
Fixes:Can't locate feature.pm in @INC (you may need to install the feature module).
(From OE-Core rev: 71a751fd561c9087ef027dd4985b80bd27090421)
Signed-off-by: Deepthi Hemraj <Deepthi.Hemraj@windriver.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/autoconf')
-rw-r--r-- | meta/recipes-devtools/autoconf/autoconf_2.72d.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/autoconf/autoconf_2.72d.bb b/meta/recipes-devtools/autoconf/autoconf_2.72d.bb index 939fc3abd5..6741746184 100644 --- a/meta/recipes-devtools/autoconf/autoconf_2.72d.bb +++ b/meta/recipes-devtools/autoconf/autoconf_2.72d.bb | |||
@@ -51,6 +51,7 @@ RDEPENDS:${PN} = "m4 gnu-config \ | |||
51 | perl-module-symbol \ | 51 | perl-module-symbol \ |
52 | perl-module-thread-queue \ | 52 | perl-module-thread-queue \ |
53 | perl-module-threads \ | 53 | perl-module-threads \ |
54 | perl-module-feature \ | ||
54 | " | 55 | " |
55 | RDEPENDS:${PN}:class-native = "m4-native gnu-config-native hostperl-runtime-native" | 56 | RDEPENDS:${PN}:class-native = "m4-native gnu-config-native hostperl-runtime-native" |
56 | 57 | ||