diff options
| author | Markus Volk <f_l_k@t-online.de> | 2023-11-30 07:57:21 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-11-29 23:40:10 -0800 |
| commit | 94b6de1cbc3556209c567674a3e2046e3a988b74 (patch) | |
| tree | 364c244b45eb8dd93300434e5a1585df31d175d4 | |
| parent | eeb57e1e8a2355a5eac1fa662fd97fe3930762d4 (diff) | |
| download | meta-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.bb | 4 |
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 | ||
| 31 | export PYTHON="${STAGING_BINDIR_NATIVE}/python3-native/python3" | 31 | export PYTHON="${STAGING_BINDIR_NATIVE}/python3-native/python3" |
| 32 | 32 | ||
| 33 | do_configure:prepend() { | ||
| 34 | echo ${PV} > ${S}/.tarball-version | ||
| 35 | } | ||
| 36 | |||
| 33 | PACKAGECONFIG:class-native = "" | 37 | PACKAGECONFIG:class-native = "" |
| 34 | PACKAGECONFIG:class-nativesdk = "" | 38 | PACKAGECONFIG:class-nativesdk = "" |
| 35 | PACKAGECONFIG ?= "sasl opus smartcard gstreamer" | 39 | PACKAGECONFIG ?= "sasl opus smartcard gstreamer" |
