diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-01-22 16:21:37 +0000 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-01-22 16:21:37 +0000 |
| commit | ba0ca845af46a5d9c05dbd8943744a4e78d268d5 (patch) | |
| tree | 0e78afe950c5d53c59c7a39fa504c4a09a5bedc9 /recipes-support | |
| parent | b7c8e26df83991f4f84114956b4e6a07109d108d (diff) | |
| download | meta-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.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 | ||
