]> code.ossystems Code Review - openembedded-core.git/commitdiff
openssl: rename PV to 1.1.1~pre9 to avoid future versions from going backwards
authorAlexander Kanavin <alex.kanavin@gmail.com>
Tue, 4 Sep 2018 14:42:45 +0000 (16:42 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 5 Sep 2018 17:00:00 +0000 (18:00 +0100)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-connectivity/openssl/openssl_1.1.1-pre9.bb

index 7fcb9c2c9b4cb47d5946e9afb47f2dede1988e5a..7122cfcf024d1cb8ad43475566610fb1290a6859 100644 (file)
@@ -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 \
            "