diff options
Diffstat (limited to 'recipes-support')
| -rw-r--r-- | recipes-support/spice/spice_git.bb | 6 |
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 | ||
| 46 | S = "${WORKDIR}/git" | 46 | S = "${WORKDIR}/git" |
| 47 | 47 | ||
| 48 | inherit autotools gettext pythonnative python-dir pkgconfig | 48 | inherit autotools gettext python3native python3-dir pkgconfig |
| 49 | 49 | ||
| 50 | DEPENDS += "python-native celt051 python-pyparsing jpeg pixman alsa-lib glib-2.0" | 50 | DEPENDS += "python3-native celt051 python3-pyparsing jpeg pixman alsa-lib glib-2.0" |
| 51 | 51 | ||
| 52 | export PYTHON="${STAGING_BINDIR_NATIVE}/python-native/python" | 52 | export PYTHON="${STAGING_BINDIR_NATIVE}/python-native/python" |
| 53 | export PYTHONPATH="${PKG_CONFIG_SYSROOT_DIR}${libdir}/python2.7/site-packages" | 53 | export PYTHONPATH="${PKG_CONFIG_SYSROOT_DIR}${libdir}/python${PYTHON_BASEVERSION}/site-packages" |
| 54 | 54 | ||
| 55 | PACKAGECONFIG ?= "sasl" | 55 | PACKAGECONFIG ?= "sasl" |
| 56 | 56 | ||
