summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2018-05-11 18:11:18 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-05-22 13:13:32 +0100
commita460d97320d00b874812bb5287287a4fcda43b5c (patch)
treee244d71f51af098aba827fc6a2e75dded307083a /meta
parent5f6bfdbff564577f0964fe89191addf4a57aac34 (diff)
downloadpoky-a460d97320d00b874812bb5287287a4fcda43b5c.tar.gz
perl-ptest: drop runtime dependency on libssp
* We use ssp impl directly from glibc/musl now. (From OE-Core rev: db883d727fe9d23c6078c5a078ca3cc07fe296db) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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 6a7a2d7cb3..8d46448566 100644
--- a/meta/recipes-devtools/perl/perl-ptest.inc
+++ b/meta/recipes-devtools/perl/perl-ptest.inc
@@ -50,7 +50,7 @@ python populate_packages_prepend() {
50 '${PN}-ptest%s', '%s', recursive=True, match_path=True) 50 '${PN}-ptest%s', '%s', recursive=True, match_path=True)
51} 51}
52 52
53RDEPENDS_${PN}-ptest += "${PN}-modules ${PN}-doc ${PN}-misc sed libssp" 53RDEPENDS_${PN}-ptest += "${PN}-modules ${PN}-doc ${PN}-misc sed"
54 54
55# The perl-ptest package contains Perl internal modules and generating file 55# The perl-ptest package contains Perl internal modules and generating file
56# dependencies for it causes problems. 56# dependencies for it causes problems.