mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-02 01:50:18 +00:00
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>
This commit is contained in:
@@ -25,7 +25,7 @@ CVE_STATUS[CVE-2018-10893] = "fixed-version: patched already, caused by inaccura
|
||||
|
||||
inherit meson gettext python3native python3-dir pkgconfig
|
||||
|
||||
DEPENDS = "spice-protocol jpeg pixman alsa-lib glib-2.0 gdk-pixbuf lz4 python3-pyparsing-native python3-six-native glib-2.0-native zlib"
|
||||
DEPENDS = "spice-protocol jpeg pixman alsa-lib glib-2.0 gdk-pixbuf lz4 orc python3-pyparsing-native python3-six-native glib-2.0-native zlib"
|
||||
DEPENDS:append:class-nativesdk = " nativesdk-openssl"
|
||||
|
||||
export PYTHON="${STAGING_BINDIR_NATIVE}/python3-native/python3"
|
||||
|
||||
Reference in New Issue
Block a user