使用 PREFERRED_VERSION 指定先前的配方在 Yocto bitbake 中不起作用?

Specifying prior recipe using PREFERRED_VERSION doesn't work in Yocto bitbake?

我正在研究 Yocto bitbake。 我发现在 conf/local.conf 中使用“PREFERRED_VERSION”指令指定配方,如果一个组件有多个配方。

我正在使用“Rocko”,并且想要 select openssl 的“1.1.0”版本,以便我将下面的行附加到 conf/local.conf.

PREFERRED_VERSION_openssl = "1.1.%"

但是,它看起来不起作用,并且构建了 openssl-1.0.2。 有谁知道哪里出了问题?谢谢

PREFERRED_VERSION_openssl_forcevariable = "1.1.%"