]> code.ossystems Code Review - openembedded-core.git/commitdiff
quilt: fix the deps for ptest
authorMaxin B. John <maxin.john@enea.com>
Thu, 13 Aug 2015 22:44:16 +0000 (00:44 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 16 Aug 2015 16:28:12 +0000 (17:28 +0100)
quilt ptest requires getopt and perl-module-overloading.

[YOCTO #8062]

Signed-off-by: Maxin B. John <maxin.john@enea.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-devtools/quilt/quilt.inc

index ac7ef93e1e470b7daf024146bceb7554e848ab66..837b36ba8c94c6174d1edec0d7bc2b64290a3b76 100644 (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 \
+                       "