diff options
Diffstat (limited to 'recipes-connectivity/openssl/openssl-qoriq.inc')
-rw-r--r-- | recipes-connectivity/openssl/openssl-qoriq.inc | 8 |
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" | |||
8 | LICENSE = "openssl" | 8 | LICENSE = "openssl" |
9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=f9a8f968107345e0b75aa8c2ecaa7ec8" | 9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=f9a8f968107345e0b75aa8c2ecaa7ec8" |
10 | 10 | ||
11 | DEPENDS = "hostperl-runtime-native" | 11 | DEPENDS = "makedepend-native hostperl-runtime-native" |
12 | DEPENDS_append_class-target = " openssl-native" | 12 | DEPENDS_append_class-target = " openssl-native" |
13 | 13 | ||
14 | PROVIDES = "openssl" | 14 | PROVIDES = "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 | ||
162 | do_compile () { | 162 | do_compile () { |
163 | oe_runmake depend | ||
163 | oe_runmake | 164 | oe_runmake |
164 | } | 165 | } |
165 | 166 | ||
166 | do_compile_ptest () { | 167 | do_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 | ||