diff options
-rw-r--r-- | meta-networking/recipes-support/spice/spice_git.bb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-networking/recipes-support/spice/spice_git.bb b/meta-networking/recipes-support/spice/spice_git.bb index ebf4d576e5..9d3a0e6cb5 100644 --- a/meta-networking/recipes-support/spice/spice_git.bb +++ b/meta-networking/recipes-support/spice/spice_git.bb | |||
@@ -31,11 +31,10 @@ S = "${WORKDIR}/git" | |||
31 | 31 | ||
32 | inherit autotools gettext python3native python3-dir pkgconfig | 32 | inherit autotools gettext python3native python3-dir pkgconfig |
33 | 33 | ||
34 | DEPENDS += "spice-protocol jpeg pixman alsa-lib glib-2.0 python-pyparsing-native python-six-native glib-2.0-native" | 34 | DEPENDS += "spice-protocol jpeg pixman alsa-lib glib-2.0 python3-pyparsing-native python3-six-native glib-2.0-native" |
35 | DEPENDS_append_class-nativesdk = "nativesdk-openssl" | 35 | DEPENDS_append_class-nativesdk = "nativesdk-openssl" |
36 | 36 | ||
37 | export PYTHON="${STAGING_BINDIR_NATIVE}/python-native/python" | 37 | export PYTHON="${STAGING_BINDIR_NATIVE}/python3-native/python3" |
38 | export PYTHONPATH="${PKG_CONFIG_SYSROOT_DIR}${libdir}/python2.7/site-packages" | ||
39 | 38 | ||
40 | CFLAGS_append = " -Wno-error" | 39 | CFLAGS_append = " -Wno-error" |
41 | 40 | ||