summaryrefslogtreecommitdiffstats
path: root/recipes-connectivity/openssl/openssl-qoriq.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-connectivity/openssl/openssl-qoriq.inc')
-rw-r--r--recipes-connectivity/openssl/openssl-qoriq.inc8
1 files changed, 6 insertions, 2 deletions
diff --git a/recipes-connectivity/openssl/openssl-qoriq.inc b/recipes-connectivity/openssl/openssl-qoriq.inc
index 8c8c0365..dfafaaf0 100644
--- a/recipes-connectivity/openssl/openssl-qoriq.inc
+++ b/recipes-connectivity/openssl/openssl-qoriq.inc
@@ -8,7 +8,7 @@ SECTION = "libs/network"
8LICENSE = "openssl" 8LICENSE = "openssl"
9LIC_FILES_CHKSUM = "file://LICENSE;md5=f9a8f968107345e0b75aa8c2ecaa7ec8" 9LIC_FILES_CHKSUM = "file://LICENSE;md5=f9a8f968107345e0b75aa8c2ecaa7ec8"
10 10
11DEPENDS = "hostperl-runtime-native" 11DEPENDS = "makedepend-native hostperl-runtime-native"
12DEPENDS_append_class-target = " openssl-native" 12DEPENDS_append_class-target = " openssl-native"
13 13
14PROVIDES = "openssl" 14PROVIDES = "openssl"
@@ -95,7 +95,7 @@ do_configure () {
95 target=linux-elf-armeb 95 target=linux-elf-armeb
96 ;; 96 ;;
97 linux-aarch64*) 97 linux-aarch64*)
98 target=linux-aarch64 98 target=linux-generic64
99 ;; 99 ;;
100 linux-sh3) 100 linux-sh3)
101 target=debian-sh3 101 target=debian-sh3
@@ -160,10 +160,14 @@ do_compile_prepend_class-target () {
160} 160}
161 161
162do_compile () { 162do_compile () {
163 oe_runmake depend
163 oe_runmake 164 oe_runmake
164} 165}
165 166
166do_compile_ptest () { 167do_compile_ptest () {
168 # build dependencies for test directory too
169 export DIRS="$DIRS test"
170 oe_runmake depend
167 oe_runmake buildtest 171 oe_runmake buildtest
168} 172}
169 173