[OE-core] [PATCH] perl: update ptest package dependency list

Maxin B. John maxin.john at enea.com
Wed May 7 06:28:47 UTC 2014


From: "Maxin B. John" <maxin.john at enea.com>

Add "sed" in the ptest runtime package dependency list

[YOCTO #6260]

Signed-off-by: Maxin B. John <maxin.john at enea.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"
-- 
1.7.10.4




More information about the Openembedded-core mailing list