mirror of
https://git.yoctoproject.org/poky
synced 2026-04-14 08:02:30 +02:00
default-versions.inc: Make PREFERRED_VERSION_openssl* overwritable
defaultsetup.conf and therefore default-versions.inc is sourced pretty late in bitbake.conf. default-versions.inc overwrites previous assignments of PREFERRED_VERSION_openssl. Assigning it with ?= allows other .conf files to assign correctly. in particular assignment in conf/local.conf and machine config is used instead of default. (From OE-Core rev: c9786adf81434e2d58247f55cf80fdd3131121e7) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
766a95ecb2
commit
59bc88092e
@@ -2,6 +2,6 @@
|
||||
# Default preferred versions
|
||||
#
|
||||
|
||||
PREFERRED_VERSION_openssl = "1.0.%"
|
||||
PREFERRED_VERSION_openssl-native = "1.0.%"
|
||||
PREFERRED_VERSION_nativesdk-openssl = "1.0.%"
|
||||
PREFERRED_VERSION_openssl ?= "1.0.%"
|
||||
PREFERRED_VERSION_openssl-native ?= "1.0.%"
|
||||
PREFERRED_VERSION_nativesdk-openssl ?= "1.0.%"
|
||||
|
||||
Reference in New Issue
Block a user