mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
libmodule-build-tiny-perl: fix RDEPENDS
* CPAN::Meta is provided by perl-module-cpan, NOT perl-module-cpan-meta * Module::Load is provided by perl-module-load, NOT perl-module-module-load * Fixes QA build-deps warning * libtap-harness-env-perl is bogus, already have perl-tap-harness-env Signed-off-by: Tim Orling <TicoTimo@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
83ef3fec6a
commit
bdc5e5bac9
|
|
@ -29,14 +29,13 @@ do_install () {
|
|||
RDEPENDS_${PN} = " libextutils-config-perl \
|
||||
libextutils-helpers-perl \
|
||||
libextutils-installpaths-perl \
|
||||
libtap-harness-env-perl \
|
||||
perl-module-xsloader \
|
||||
perl-module-file-spec \
|
||||
perl-module-io-handle \
|
||||
perl-module-tap-harness-env \
|
||||
perl-module-ipc-open3 \
|
||||
perl-module-file-path \
|
||||
perl-module-cpan-meta \
|
||||
perl-module-cpan \
|
||||
perl-module-extutils-cbuilder \
|
||||
perl-module-getopt-long \
|
||||
perl-module-extutils-makemaker \
|
||||
|
|
@ -44,7 +43,7 @@ RDEPENDS_${PN} = " libextutils-config-perl \
|
|||
perl-module-carp \
|
||||
perl-module-test-more \
|
||||
perl-module-text-parsewords \
|
||||
perl-module-module-load \
|
||||
perl-module-load \
|
||||
perl-module-file-temp \
|
||||
perl-module-data-dumper \
|
||||
perl-module-extutils-parsexs \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user