diff options
Diffstat (limited to 'meta/recipes-connectivity/openssl')
-rw-r--r-- | meta/recipes-connectivity/openssl/openssl_1.1.1c.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/openssl/openssl_1.1.1c.bb b/meta/recipes-connectivity/openssl/openssl_1.1.1c.bb index 0117407316..af43d6992c 100644 --- a/meta/recipes-connectivity/openssl/openssl_1.1.1c.bb +++ b/meta/recipes-connectivity/openssl/openssl_1.1.1c.bb | |||
@@ -26,7 +26,8 @@ SRC_URI_append_class-nativesdk = " \ | |||
26 | SRC_URI[md5sum] = "15e21da6efe8aa0e0768ffd8cd37a5f6" | 26 | SRC_URI[md5sum] = "15e21da6efe8aa0e0768ffd8cd37a5f6" |
27 | SRC_URI[sha256sum] = "f6fb3079ad15076154eda9413fed42877d668e7069d9b87396d0804fdb3f4c90" | 27 | SRC_URI[sha256sum] = "f6fb3079ad15076154eda9413fed42877d668e7069d9b87396d0804fdb3f4c90" |
28 | 28 | ||
29 | inherit lib_package multilib_header ptest | 29 | inherit lib_package multilib_header multilib_script ptest |
30 | MULTILIB_SCRIPTS = "${PN}-bin:${bindir}/c_rehash" | ||
30 | 31 | ||
31 | PACKAGECONFIG ?= "" | 32 | PACKAGECONFIG ?= "" |
32 | PACKAGECONFIG_class-native = "" | 33 | PACKAGECONFIG_class-native = "" |