From: Deepthi Hemraj <[email protected]> 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). Signed-off-by: Deepthi Hemraj <[email protected]> --- meta/recipes-devtools/autoconf/autoconf_2.72d.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-devtools/autoconf/autoconf_2.72d.bb b/meta/recipes-devtools/autoconf/autoconf_2.72d.bb index 939fc3abd5..d76db28796 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 \ perl-module-symbol \ perl-module-thread-queue \ perl-module-threads \ + perl-module-feature \ " RDEPENDS:${PN}:class-native = "m4-native gnu-config-native hostperl-runtime-native" -- 2.42.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#192979): https://lists.openembedded.org/g/openembedded-core/message/192979 Mute This Topic: https://lists.openembedded.org/mt/103400787/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
