mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-30 13:00:02 +00:00
spice: Set meson version based on PV
This fixes: | Dependency spice-server found: NO found UNKNOWN but need: '>=0.14.0' | Run-time dependency spice-server found: NO | | ../qemu-8.1.2/meson.build:1038:10: ERROR: Dependency lookup for spice-server with method 'pkgconfig' failed: Invalid version, need 'spice-server' ['>=0.14.0'] found 'UNKNOWN'. Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -30,6 +30,10 @@ DEPENDS:append:class-nativesdk = " nativesdk-openssl"
|
||||
|
||||
export PYTHON="${STAGING_BINDIR_NATIVE}/python3-native/python3"
|
||||
|
||||
do_configure:prepend() {
|
||||
echo ${PV} > ${S}/.tarball-version
|
||||
}
|
||||
|
||||
PACKAGECONFIG:class-native = ""
|
||||
PACKAGECONFIG:class-nativesdk = ""
|
||||
PACKAGECONFIG ?= "sasl opus smartcard gstreamer"
|
||||
|
||||
Reference in New Issue
Block a user