diff options
author | Maxin B. John <maxin.john@enea.com> | 2015-08-14 00:44:16 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-08-16 17:28:12 +0100 |
commit | 9dce5c79354359c0c7c513b6650891a6efce0e66 (patch) | |
tree | d4bc0fe1bacd45ee078842b0b8f5aefaad78302a | |
parent | edea6df23692686c8401dea877234072ee117b36 (diff) | |
download | openembedded-core-9dce5c79354359c0c7c513b6650891a6efce0e66.tar.gz openembedded-core-9dce5c79354359c0c7c513b6650891a6efce0e66.tar.bz2 openembedded-core-9dce5c79354359c0c7c513b6650891a6efce0e66.zip |
quilt: fix the deps for ptest
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>
-rw-r--r-- | meta/recipes-devtools/quilt/quilt.inc | 5 |
1 files 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 \ + " |