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:34 +0100 |
commit | b537c2fbf980122f25c9842f04915dd962f3f112 (patch) | |
tree | 0cb82eb3b6ebeec19d8b5bd55c95fff38d6e85ea /meta | |
parent | bc1f98def1d4f86127763bb4fcfe59199acaf5ce (diff) | |
download | poky-b537c2fbf980122f25c9842f04915dd962f3f112.tar.gz |
perl: update ptest package dependency list
Add "sed" in the ptest runtime package dependency list
[YOCTO #6260]
(From OE-Core rev: 5506333737f7e3c98d165b1025ef6c5301b16d50)
Signed-off-by: Maxin B. John <maxin.john@enea.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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() { | |||
47 | '${PN}-ptest%s', '%s', recursive=True, match_path=True) | 47 | '${PN}-ptest%s', '%s', recursive=True, match_path=True) |
48 | } | 48 | } |
49 | 49 | ||
50 | RDEPENDS_${PN}-ptest += "${PN}-modules ${PN}-doc ${PN}-misc" | 50 | RDEPENDS_${PN}-ptest += "${PN}-modules ${PN}-doc ${PN}-misc sed" |