mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 12:59:02 +02:00
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>
This commit is contained in:
parent
c8f08af400
commit
1b4f19bae8
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user