From 5af264c7b45d82c6d9cdabd1cde58e2b308d4031 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 23 Jan 2020 16:52:43 -0800 Subject: spice: Use python3 and modules during build Signed-off-by: Khem Raj --- meta-networking/recipes-support/spice/spice_git.bb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'meta-networking/recipes-support/spice') 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" inherit autotools gettext python3native python3-dir pkgconfig -DEPENDS += "spice-protocol jpeg pixman alsa-lib glib-2.0 python-pyparsing-native python-six-native glib-2.0-native" +DEPENDS += "spice-protocol jpeg pixman alsa-lib glib-2.0 python3-pyparsing-native python3-six-native glib-2.0-native" DEPENDS_append_class-nativesdk = "nativesdk-openssl" -export PYTHON="${STAGING_BINDIR_NATIVE}/python-native/python" -export PYTHONPATH="${PKG_CONFIG_SYSROOT_DIR}${libdir}/python2.7/site-packages" +export PYTHON="${STAGING_BINDIR_NATIVE}/python3-native/python3" CFLAGS_append = " -Wno-error" -- cgit v1.2.3-54-g00ecf