[oe-commits] [openembedded-core] 54/61: perl: some perl tests require libssp

git at git.openembedded.org git at git.openembedded.org
Fri Sep 23 14:29:01 UTC 2016


rpurdie pushed a commit to branch krogoth
in repository openembedded-core.

commit e0f6cba32a1682ac48196ae5ecad26275b9ce72b
Author: Bill Randle <william.c.randle at intel.com>
AuthorDate: Sat Jun 4 15:45:02 2016 -0700

    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)
    
    Signed-off-by: Bill Randle <william.c.randle at intel.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta/recipes-devtools/perl/perl-ptest.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/perl/perl-ptest.inc b/meta/recipes-devtools/perl/perl-ptest.inc
index 66c5355..9998980 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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list