mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
13521ccc5a
commit
cb3d32f165
@@ -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 \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user