diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2018-09-04 16:42:45 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-09-05 18:00:25 +0100 |
commit | cb3d32f1653fc9afdd8a5e7e32441813a69fdb18 (patch) | |
tree | a4210747c6b0adc8894a1d84fdf17b5a458c969e /meta | |
parent | 13521ccc5a9e01e073f38660d1b07c13ac347850 (diff) | |
download | poky-cb3d32f1653fc9afdd8a5e7e32441813a69fdb18.tar.gz |
openssl: rename PV to 1.1.1~pre9 to avoid future versions from going backwards
(From OE-Core rev: efa34c4c82e9e334d1f102b7729bed5f1500e6ae)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-connectivity/openssl/openssl_1.1.1-pre9.bb | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/openssl/openssl_1.1.1-pre9.bb b/meta/recipes-connectivity/openssl/openssl_1.1.1-pre9.bb index 7fcb9c2c9b..7122cfcf02 100644 --- a/meta/recipes-connectivity/openssl/openssl_1.1.1-pre9.bb +++ b/meta/recipes-connectivity/openssl/openssl_1.1.1-pre9.bb | |||
@@ -10,7 +10,11 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=d57d511030c9d66ef5f5966bee5a7eff" | |||
10 | 10 | ||
11 | DEPENDS = "hostperl-runtime-native" | 11 | DEPENDS = "hostperl-runtime-native" |
12 | 12 | ||
13 | SRC_URI = "http://www.openssl.org/source/openssl-${PV}.tar.gz \ | 13 | # This short sort lower than 1.1.1 final, to avoid package version going downwards issue |
14 | PV = "1.1.1~pre9" | ||
15 | S = "${WORKDIR}/openssl-1.1.1-pre9" | ||
16 | |||
17 | SRC_URI = "http://www.openssl.org/source/openssl-1.1.1-pre9.tar.gz \ | ||
14 | file://run-ptest \ | 18 | file://run-ptest \ |
15 | file://openssl-c_rehash.sh \ | 19 | file://openssl-c_rehash.sh \ |
16 | " | 20 | " |