mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 18:32:12 +02:00
quilt: fix the deps for ptest
quilt ptest requires getopt and perl-module-overloading. [YOCTO #8062] (From OE-Core rev: 9dce5c79354359c0c7c513b6650891a6efce0e66) Signed-off-by: Maxin B. John <maxin.john@enea.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
be158c81c8
commit
a25e8bd47a
@@ -57,5 +57,6 @@ do_install_ptest() {
|
||||
RDEPENDS_${PN}-ptest = "make file sed gawk diffutils findutils ed perl \
|
||||
perl-module-filehandle perl-module-getopt-std \
|
||||
perl-module-posix perl-module-file-temp \
|
||||
perl-module-text-parsewords bash \
|
||||
"
|
||||
perl-module-text-parsewords perl-module-overloading \
|
||||
bash util-linux-getopt \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user