summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2023-08-30 10:15:48 +0200
committerKhem Raj <raj.khem@gmail.com>2023-08-30 14:45:47 -0700
commit1bc98e364302c57a454aa94e835138312811c9e1 (patch)
treeb7b558899d55ec76712263dc277e7eee80c48f31
parent1cfd2bcc847526af3f476adab0703b20d6184104 (diff)
downloadmeta-openembedded-1bc98e364302c57a454aa94e835138312811c9e1.tar.gz
spice: add missing dependency on orc
this fixes: meson.build:139:23: ERROR: Dependency "orc-0.4" not found, tried pkgconfig Signed-off-by: Markus Volk <f_l_k@t-online.de> Acked-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-networking/recipes-support/spice/spice_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/spice/spice_git.bb b/meta-networking/recipes-support/spice/spice_git.bb
index 78e3b0d88..a1f3010dd 100644
--- a/meta-networking/recipes-support/spice/spice_git.bb
+++ b/meta-networking/recipes-support/spice/spice_git.bb
@@ -25,7 +25,7 @@ CVE_STATUS[CVE-2018-10893] = "fixed-version: patched already, caused by inaccura
25 25
26inherit meson gettext python3native python3-dir pkgconfig 26inherit meson gettext python3native python3-dir pkgconfig
27 27
28DEPENDS = "spice-protocol jpeg pixman alsa-lib glib-2.0 gdk-pixbuf lz4 python3-pyparsing-native python3-six-native glib-2.0-native zlib" 28DEPENDS = "spice-protocol jpeg pixman alsa-lib glib-2.0 gdk-pixbuf lz4 orc python3-pyparsing-native python3-six-native glib-2.0-native zlib"
29DEPENDS:append:class-nativesdk = " nativesdk-openssl" 29DEPENDS:append:class-nativesdk = " nativesdk-openssl"
30 30
31export PYTHON="${STAGING_BINDIR_NATIVE}/python3-native/python3" 31export PYTHON="${STAGING_BINDIR_NATIVE}/python3-native/python3"