[oe-commits] Maxin B. John : quilt: fix the deps for ptest

git at git.openembedded.org git at git.openembedded.org
Sun Aug 16 08:32:47 UTC 2015


Module: openembedded-core.git
Branch: master-next
Commit: 58023161b93c37bdd1874f9eab621a0b171f9e69
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=58023161b93c37bdd1874f9eab621a0b171f9e69

Author: Maxin B. John <maxin.john at enea.com>
Date:   Fri Aug 14 00:44:16 2015 +0200

quilt: fix the deps for ptest

quilt ptest requires getopt and perl-module-overloading.

[YOCTO #8062]

Signed-off-by: Maxin B. John <maxin.john at enea.com>
Signed-off-by: Ross Burton <ross.burton at intel.com>

---

 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 ac7ef93..837b36b 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 \
+                       "



More information about the Openembedded-commits mailing list