mirror of
https://git.yoctoproject.org/poky
synced 2026-07-16 15:57:04 +00:00
59bc88092e
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>
8 lines
162 B
PHP
8 lines
162 B
PHP
#
|
|
# Default preferred versions
|
|
#
|
|
|
|
PREFERRED_VERSION_openssl ?= "1.0.%"
|
|
PREFERRED_VERSION_openssl-native ?= "1.0.%"
|
|
PREFERRED_VERSION_nativesdk-openssl ?= "1.0.%"
|