summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-connectivity')
-rw-r--r--meta/recipes-connectivity/openssl/openssl_1.0.2o.bb6
1 files changed, 0 insertions, 6 deletions
diff --git a/meta/recipes-connectivity/openssl/openssl_1.0.2o.bb b/meta/recipes-connectivity/openssl/openssl_1.0.2o.bb
index ee1c1f7faf..c2d9264732 100644
--- a/meta/recipes-connectivity/openssl/openssl_1.0.2o.bb
+++ b/meta/recipes-connectivity/openssl/openssl_1.0.2o.bb
@@ -72,9 +72,6 @@ PACKAGECONFIG[cryptodev-linux] = "-DHAVE_CRYPTODEV -DUSE_CRYPTODEV_DIGESTS,,cryp
72# vulnerability 72# vulnerability
73EXTRA_OECONF = "no-ssl3" 73EXTRA_OECONF = "no-ssl3"
74 74
75export DIRS = "crypto ssl apps engines"
76export AS = "${CC} -c"
77export EX_LIBS = "-lgcc -ldl"
78export OE_LDFLAGS = "${LDFLAGS}" 75export OE_LDFLAGS = "${LDFLAGS}"
79 76
80# openssl fails with ccache: https://bugzilla.yoctoproject.org/show_bug.cgi?id=12810 77# openssl fails with ccache: https://bugzilla.yoctoproject.org/show_bug.cgi?id=12810
@@ -222,9 +219,6 @@ do_compile_class-target () {
222} 219}
223 220
224do_compile_ptest () { 221do_compile_ptest () {
225 # build dependencies for test directory too
226 export DIRS="$DIRS test"
227 oe_runmake depend
228 oe_runmake buildtest 222 oe_runmake buildtest
229} 223}
230 224