summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2018-09-04 16:42:45 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-09-05 18:00:25 +0100
commitcb3d32f1653fc9afdd8a5e7e32441813a69fdb18 (patch)
treea4210747c6b0adc8894a1d84fdf17b5a458c969e /meta/recipes-connectivity
parent13521ccc5a9e01e073f38660d1b07c13ac347850 (diff)
downloadpoky-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/recipes-connectivity')
-rw-r--r--meta/recipes-connectivity/openssl/openssl_1.1.1-pre9.bb6
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
11DEPENDS = "hostperl-runtime-native" 11DEPENDS = "hostperl-runtime-native"
12 12
13SRC_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
14PV = "1.1.1~pre9"
15S = "${WORKDIR}/openssl-1.1.1-pre9"
16
17SRC_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 "