summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2023-11-30 07:57:21 +0100
committerKhem Raj <raj.khem@gmail.com>2023-11-29 23:40:10 -0800
commit94b6de1cbc3556209c567674a3e2046e3a988b74 (patch)
tree364c244b45eb8dd93300434e5a1585df31d175d4
parenteeb57e1e8a2355a5eac1fa662fd97fe3930762d4 (diff)
downloadmeta-openembedded-94b6de1cbc3556209c567674a3e2046e3a988b74.tar.gz
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>
-rw-r--r--meta-networking/recipes-support/spice/spice_git.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/spice/spice_git.bb b/meta-networking/recipes-support/spice/spice_git.bb
index a1f3010dd1..419316a26e 100644
--- a/meta-networking/recipes-support/spice/spice_git.bb
+++ b/meta-networking/recipes-support/spice/spice_git.bb
@@ -30,6 +30,10 @@ DEPENDS:append:class-nativesdk = " nativesdk-openssl"
30 30
31export PYTHON="${STAGING_BINDIR_NATIVE}/python3-native/python3" 31export PYTHON="${STAGING_BINDIR_NATIVE}/python3-native/python3"
32 32
33do_configure:prepend() {
34 echo ${PV} > ${S}/.tarball-version
35}
36
33PACKAGECONFIG:class-native = "" 37PACKAGECONFIG:class-native = ""
34PACKAGECONFIG:class-nativesdk = "" 38PACKAGECONFIG:class-nativesdk = ""
35PACKAGECONFIG ?= "sasl opus smartcard gstreamer" 39PACKAGECONFIG ?= "sasl opus smartcard gstreamer"