aboutsummaryrefslogtreecommitdiffstats
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:00 +0100
commitefa34c4c82e9e334d1f102b7729bed5f1500e6ae (patch)
tree3783c4ad5fc4442f5b2011028977e4ecf02b9ea9
parent597b253c766013c5328f95ac226ef855926f7784 (diff)
downloadopenembedded-core-contrib-efa34c4c82e9e334d1f102b7729bed5f1500e6ae.tar.gz
openssl: rename PV to 1.1.1~pre9 to avoid future versions from going backwards
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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"
DEPENDS = "hostperl-runtime-native"
-SRC_URI = "http://www.openssl.org/source/openssl-${PV}.tar.gz \
+# This short sort lower than 1.1.1 final, to avoid package version going downwards issue
+PV = "1.1.1~pre9"
+S = "${WORKDIR}/openssl-1.1.1-pre9"
+
+SRC_URI = "http://www.openssl.org/source/openssl-1.1.1-pre9.tar.gz \
file://run-ptest \
file://openssl-c_rehash.sh \
"