mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-19 11:18:35 +00:00
libextutils-helpers-perl: fix RDEPENDS
* Module::Load is provided by perl-module-load, NOT perl-module-module-load * Fixes QA build-deps warning. Signed-off-by: Tim Orling <TicoTimo@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -21,7 +21,7 @@ RDEPENDS_${PN} = " perl-module-file-copy \
|
||||
perl-module-carp \
|
||||
perl-module-test-more \
|
||||
perl-module-text-parsewords \
|
||||
perl-module-module-load \
|
||||
perl-module-load \
|
||||
perl-module-file-temp \
|
||||
perl-module-file-spec-functions \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user