From 9dce5c79354359c0c7c513b6650891a6efce0e66 Mon Sep 17 00:00:00 2001 From: "Maxin B. John" Date: Fri, 14 Aug 2015 00:44:16 +0200 Subject: quilt: fix the deps for ptest quilt ptest requires getopt and perl-module-overloading. [YOCTO #8062] Signed-off-by: Maxin B. John Signed-off-by: Ross Burton --- meta/recipes-devtools/quilt/quilt.inc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/quilt/quilt.inc b/meta/recipes-devtools/quilt/quilt.inc index ac7ef93e1e..837b36ba8c 100644 --- a/meta/recipes-devtools/quilt/quilt.inc +++ b/meta/recipes-devtools/quilt/quilt.inc @@ -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 \ + " -- cgit 1.2.3-korg