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:
Maxin B. John 2015-08-14 00:44:16 +02:00 committed by Richard Purdie
parent be158c81c8
commit a25e8bd47a
1 changed files with 3 additions and 2 deletions

View File

@ -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 \
"