aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2019-09-25 15:31:38 +0800
committerRobert Yang <liezhi.yang@windriver.com>2019-09-25 16:41:47 +0800
commitcfdb034889bee11f146fabf29f2f47e20d5365aa (patch)
treee1ee1f88cc2386f5a8076bd319bf5677090e00c0
parentfe791155a0b0577ed40322093d4259f237f0f0b6 (diff)
downloadmeta-openembedded-contrib-cfdb034889bee11f146fabf29f2f47e20d5365aa.tar.gz
libnet-ssleay-perl: Drop broken native
$ bitbake libnet-ssleay-perl-native ERROR: Nothing RPROVIDES 'libssl-native' (but virtual:native:/path/to/meta-perl/recipes-perl/libnet/libnet-ssleay-perl_1.85.bb RDEPENDS on or otherwise requires it) It's a broken native recipe which means no ones need it any more, so remove it. Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
-rw-r--r--meta-perl/recipes-perl/libnet/libnet-ssleay-perl_1.85.bb2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta-perl/recipes-perl/libnet/libnet-ssleay-perl_1.85.bb b/meta-perl/recipes-perl/libnet/libnet-ssleay-perl_1.85.bb
index dccef16404..50ab5af3ad 100644
--- a/meta-perl/recipes-perl/libnet/libnet-ssleay-perl_1.85.bb
+++ b/meta-perl/recipes-perl/libnet/libnet-ssleay-perl_1.85.bb
@@ -42,8 +42,6 @@ do_install_ptest() {
cp -r ${B}/t ${D}${PTEST_PATH}
}
-BBCLASSEXTEND = "native"
-
FILES_${PN}-dbg =+ "${libdir}/perl/vendor_perl/*/auto/Net/SSLeay/.debug/"
RDEPENDS_${PN}-ptest = " perl"