diff mbox series

[meta-oe,1/3] spice: add missing dependency on orc

Message ID 20230830081550.1364085-1-f_l_k@t-online.de
State Under Review
Headers show
Series [meta-oe,1/3] spice: add missing dependency on orc | expand

Commit Message

Markus Volk Aug. 30, 2023, 8:15 a.m. UTC
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>
---
 meta-networking/recipes-support/spice/spice_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Martin Jansa Aug. 30, 2023, 5:31 p.m. UTC | #1
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>

On Wed, Aug 30, 2023 at 10:16 AM Markus Volk <f_l_k@t-online.de> wrote:

> 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>
> ---
>  meta-networking/recipes-support/spice/spice_git.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> 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
>
>  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"
> --
> 2.41.0
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#104662):
> https://lists.openembedded.org/g/openembedded-devel/message/104662
> Mute This Topic: https://lists.openembedded.org/mt/101048294/3617156
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [
> Martin.Jansa@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>
diff mbox series

Patch

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
 
 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"