summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 9d3a0e6cb5..fad8b639e6 100644
--- a/meta-networking/recipes-support/spice/spice_git.bb
+++ b/meta-networking/recipes-support/spice/spice_git.bb
@@ -32,7 +32,7 @@ S = "${WORKDIR}/git"
32inherit autotools gettext python3native python3-dir pkgconfig 32inherit autotools gettext python3native python3-dir pkgconfig
33 33
34DEPENDS += "spice-protocol jpeg pixman alsa-lib glib-2.0 python3-pyparsing-native python3-six-native glib-2.0-native" 34DEPENDS += "spice-protocol jpeg pixman alsa-lib glib-2.0 python3-pyparsing-native python3-six-native glib-2.0-native"
35DEPENDS_append_class-nativesdk = "nativesdk-openssl" 35DEPENDS_append_class-nativesdk = " nativesdk-openssl"
36 36
37export PYTHON="${STAGING_BINDIR_NATIVE}/python3-native/python3" 37export PYTHON="${STAGING_BINDIR_NATIVE}/python3-native/python3"
38 38