From ba0ca845af46a5d9c05dbd8943744a4e78d268d5 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Wed, 22 Jan 2020 16:21:37 +0000 Subject: misc: python3 readiness Updating the packages in m-c-s to be python3 parse safe. These are not runtime tested, but will pass layer inclusion and parsing. Signed-off-by: Bruce Ashfield --- recipes-support/spice/spice_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'recipes-support') 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 += " \ S = "${WORKDIR}/git" -inherit autotools gettext pythonnative python-dir pkgconfig +inherit autotools gettext python3native python3-dir pkgconfig -DEPENDS += "python-native celt051 python-pyparsing jpeg pixman alsa-lib glib-2.0" +DEPENDS += "python3-native celt051 python3-pyparsing jpeg pixman alsa-lib glib-2.0" export PYTHON="${STAGING_BINDIR_NATIVE}/python-native/python" -export PYTHONPATH="${PKG_CONFIG_SYSROOT_DIR}${libdir}/python2.7/site-packages" +export PYTHONPATH="${PKG_CONFIG_SYSROOT_DIR}${libdir}/python${PYTHON_BASEVERSION}/site-packages" PACKAGECONFIG ?= "sasl" -- cgit v1.2.3-54-g00ecf