aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Randle <william.c.randle@intel.com>2016-06-04 15:45:02 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-06-12 23:34:00 +0100
commit9ea1d6474c5cd3546d1cad7c0f02a1ee8b3c76bb (patch)
treed682e9768af46ad47644adfa2fd59fd01cc6f7f7
parent6e06fec1ca71979e361d8a6e35ef4ec442e71881 (diff)
downloadopenembedded-core-contrib-9ea1d6474c5cd3546d1cad7c0f02a1ee8b3c76bb.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] Signed-off-by: Bill Randle <william.c.randle@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
-rw-r--r--meta/recipes-devtools/perl/perl-ptest.inc2
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 5f0989f30b..bf6fde64a0 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"