summaryrefslogtreecommitdiffstats
path: root/recipes-support
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2020-01-22 16:21:37 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-01-22 16:21:37 +0000
commitba0ca845af46a5d9c05dbd8943744a4e78d268d5 (patch)
tree0e78afe950c5d53c59c7a39fa504c4a09a5bedc9 /recipes-support
parentb7c8e26df83991f4f84114956b4e6a07109d108d (diff)
downloadmeta-cloud-services-ba0ca845af46a5d9c05dbd8943744a4e78d268d5.tar.gz
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 <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-support')
-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