summaryrefslogtreecommitdiffstats
path: root/recipes-support/spice/spice_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-support/spice/spice_git.bb')
-rw-r--r--recipes-support/spice/spice_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-support/spice/spice_git.bb b/recipes-support/spice/spice_git.bb
index c0fdd9c..7198ce0 100644
--- a/recipes-support/spice/spice_git.bb
+++ b/recipes-support/spice/spice_git.bb
@@ -45,12 +45,12 @@ SRC_URI += " \
45 45
46S = "${WORKDIR}/git" 46S = "${WORKDIR}/git"
47 47
48inherit autotools gettext pythonnative python-dir pkgconfig 48inherit autotools gettext python3native python3-dir pkgconfig
49 49
50DEPENDS += "python-native celt051 python-pyparsing jpeg pixman alsa-lib glib-2.0" 50DEPENDS += "python3-native celt051 python3-pyparsing jpeg pixman alsa-lib glib-2.0"
51 51
52export PYTHON="${STAGING_BINDIR_NATIVE}/python-native/python" 52export PYTHON="${STAGING_BINDIR_NATIVE}/python-native/python"
53export PYTHONPATH="${PKG_CONFIG_SYSROOT_DIR}${libdir}/python2.7/site-packages" 53export PYTHONPATH="${PKG_CONFIG_SYSROOT_DIR}${libdir}/python${PYTHON_BASEVERSION}/site-packages"
54 54
55PACKAGECONFIG ?= "sasl" 55PACKAGECONFIG ?= "sasl"
56 56