[oe-commits] Maxin B. John : perl: update ptest package dependency list

git at git.openembedded.org git at git.openembedded.org
Thu May 8 12:08:25 UTC 2014


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

Author: Maxin B. John <maxin.john at enea.com>
Date:   Wed May  7 08:28:47 2014 +0200

perl: update ptest package dependency list

Add "sed" in the ptest runtime package dependency list

[YOCTO #6260]

Signed-off-by: Maxin B. John <maxin.john at enea.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 meta/recipes-devtools/perl/perl-ptest.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/perl/perl-ptest.inc b/meta/recipes-devtools/perl/perl-ptest.inc
index 9ef7d0a..b1f1cb9 100644
--- a/meta/recipes-devtools/perl/perl-ptest.inc
+++ b/meta/recipes-devtools/perl/perl-ptest.inc
@@ -47,4 +47,4 @@ python populate_packages_prepend() {
             '${PN}-ptest%s', '%s', recursive=True, match_path=True)
 }
 
-RDEPENDS_${PN}-ptest += "${PN}-modules ${PN}-doc ${PN}-misc"
+RDEPENDS_${PN}-ptest += "${PN}-modules ${PN}-doc ${PN}-misc sed"



More information about the Openembedded-commits mailing list