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 22:40:55 +0100 |
| commit | a25e8bd47a654e5cc03d92f471e1e817c66f96c7 (patch) | |
| tree | 22430b04e8a7bc635dddee0d2a9e57995dfc0551 | |
| parent | be158c81c8d26deaed6d272325d5e8bdae5ec5c8 (diff) | |
| download | poky-a25e8bd47a654e5cc03d92f471e1e817c66f96c7.tar.gz | |
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>
| -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() { | |||
| 57 | RDEPENDS_${PN}-ptest = "make file sed gawk diffutils findutils ed perl \ | 57 | RDEPENDS_${PN}-ptest = "make file sed gawk diffutils findutils ed perl \ |
| 58 | perl-module-filehandle perl-module-getopt-std \ | 58 | perl-module-filehandle perl-module-getopt-std \ |
| 59 | perl-module-posix perl-module-file-temp \ | 59 | perl-module-posix perl-module-file-temp \ |
| 60 | perl-module-text-parsewords bash \ | 60 | perl-module-text-parsewords perl-module-overloading \ |
| 61 | " | 61 | bash util-linux-getopt \ |
| 62 | " | ||
