diff options
| author | Khem Raj <raj.khem@gmail.com> | 2020-01-19 16:32:05 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-01-22 09:56:34 -0800 |
| commit | 66454b26ff49c6cca3dd8d32832078cfa05cd5ef (patch) | |
| tree | 62079bca2894e0e5045162292975f71d74ae3ab5 /meta-networking/recipes-support/spice/spice_git.bb | |
| parent | ff7839adcb9348733fab8ef7358d15e594afda07 (diff) | |
| download | meta-openembedded-66454b26ff49c6cca3dd8d32832078cfa05cd5ef.tar.gz | |
meta-networking: Remove using python2
This change makes the parsing go though, we still might have build
issues, which will be reported in world builds seprately
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-support/spice/spice_git.bb')
| -rw-r--r-- | meta-networking/recipes-support/spice/spice_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/spice/spice_git.bb b/meta-networking/recipes-support/spice/spice_git.bb index 06a79c5001..ebf4d576e5 100644 --- a/meta-networking/recipes-support/spice/spice_git.bb +++ b/meta-networking/recipes-support/spice/spice_git.bb | |||
| @@ -29,7 +29,7 @@ SRC_URI = " \ | |||
| 29 | 29 | ||
| 30 | S = "${WORKDIR}/git" | 30 | S = "${WORKDIR}/git" |
| 31 | 31 | ||
| 32 | inherit autotools gettext pythonnative python-dir pkgconfig | 32 | inherit autotools gettext python3native python3-dir pkgconfig |
| 33 | 33 | ||
| 34 | DEPENDS += "spice-protocol jpeg pixman alsa-lib glib-2.0 python-pyparsing-native python-six-native glib-2.0-native" | 34 | DEPENDS += "spice-protocol jpeg pixman alsa-lib glib-2.0 python-pyparsing-native python-six-native glib-2.0-native" |
| 35 | DEPENDS_append_class-nativesdk = "nativesdk-openssl" | 35 | DEPENDS_append_class-nativesdk = "nativesdk-openssl" |
