diff options
| author | Bill Randle <william.c.randle@intel.com> | 2016-06-04 15:45:02 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-09-23 15:27:06 +0100 |
| commit | a8ac03fce15d5115a63e56f4f071cc02def2a08e (patch) | |
| tree | 58398cc77278a09523f70be69abc2ec686e2d933 /meta/recipes-devtools | |
| parent | 8b9b998258fd350e94eb3db1f0db20039679d011 (diff) | |
| download | poky-a8ac03fce15d5115a63e56f4f071cc02def2a08e.tar.gz | |
perl: some perl tests require libssp
Add libssp to the list of dependencies when building with perl-ptest
as some tests require it.
[YOCTO #8656]
(From OE-Core rev: 9ea1d6474c5cd3546d1cad7c0f02a1ee8b3c76bb)
(From OE-Core rev: e0f6cba32a1682ac48196ae5ecad26275b9ce72b)
Signed-off-by: Bill Randle <william.c.randle@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
| -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 66c5355854..99989807b6 100644 --- a/meta/recipes-devtools/perl/perl-ptest.inc +++ b/meta/recipes-devtools/perl/perl-ptest.inc | |||
| @@ -34,4 +34,4 @@ python populate_packages_prepend() { | |||
| 34 | '${PN}-ptest%s', '%s', recursive=True, match_path=True) | 34 | '${PN}-ptest%s', '%s', recursive=True, match_path=True) |
| 35 | } | 35 | } |
| 36 | 36 | ||
| 37 | RDEPENDS_${PN}-ptest += "${PN}-modules ${PN}-doc ${PN}-misc sed" | 37 | RDEPENDS_${PN}-ptest += "${PN}-modules ${PN}-doc ${PN}-misc sed libssp" |
