From: Bill Randle Date: Sat, 4 Jun 2016 22:45:02 +0000 (-0700) Subject: perl: some perl tests require libssp X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~25445 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ea1d6474c5cd3546d1cad7c0f02a1ee8b3c76bb;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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] Signed-off-by: Bill Randle Signed-off-by: Ross Burton --- diff --git a/meta/recipes-devtools/perl/perl-ptest.inc b/meta/recipes-devtools/perl/perl-ptest.inc index 5f0989f30b8..bf6fde64a07 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() { '${PN}-ptest%s', '%s', recursive=True, match_path=True) } -RDEPENDS_${PN}-ptest += "${PN}-modules ${PN}-doc ${PN}-misc sed" +RDEPENDS_${PN}-ptest += "${PN}-modules ${PN}-doc ${PN}-misc sed libssp"