diff options
author | Maxin B. John <maxin.john@enea.com> | 2014-05-07 08:28:47 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-05-08 13:00:23 +0100 |
commit | 5506333737f7e3c98d165b1025ef6c5301b16d50 (patch) | |
tree | d0f74de330bfb5bfde5e1180663992d6ff3e1729 /meta/recipes-devtools/perl | |
parent | 26314886c3712f980ccc589b014a8f1802193b56 (diff) | |
download | openembedded-core-5506333737f7e3c98d165b1025ef6c5301b16d50.tar.gz openembedded-core-5506333737f7e3c98d165b1025ef6c5301b16d50.tar.bz2 openembedded-core-5506333737f7e3c98d165b1025ef6c5301b16d50.zip |
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@enea.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-devtools/perl')
-rw-r--r-- | meta/recipes-devtools/perl/perl-ptest.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/perl/perl-ptest.inc b/meta/recipes-devtools/perl/perl-ptest.inc index 9ef7d0a262..b1f1cb9d20 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" |