diff options
| author | Khem Raj <raj.khem@gmail.com> | 2020-11-14 08:31:09 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-11-15 12:25:53 -0800 |
| commit | 02c21a034222718889d624bef0dbf4113bc12f4d (patch) | |
| tree | 8aebe622b2f5cb726c1aba5730866b76ca38e512 /meta-networking/recipes-support | |
| parent | 723bd759f6ff8127fdf9a48dd78aa7f6968c8ac2 (diff) | |
| download | meta-openembedded-02c21a034222718889d624bef0dbf4113bc12f4d.tar.gz | |
spice: Add leading whitespace for append operator
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-support')
| -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 9d3a0e6cb5..fad8b639e6 100644 --- a/meta-networking/recipes-support/spice/spice_git.bb +++ b/meta-networking/recipes-support/spice/spice_git.bb | |||
| @@ -32,7 +32,7 @@ S = "${WORKDIR}/git" | |||
| 32 | inherit autotools gettext python3native python3-dir pkgconfig | 32 | inherit autotools gettext python3native python3-dir pkgconfig |
| 33 | 33 | ||
| 34 | DEPENDS += "spice-protocol jpeg pixman alsa-lib glib-2.0 python3-pyparsing-native python3-six-native glib-2.0-native" | 34 | DEPENDS += "spice-protocol jpeg pixman alsa-lib glib-2.0 python3-pyparsing-native python3-six-native glib-2.0-native" |
| 35 | DEPENDS_append_class-nativesdk = "nativesdk-openssl" | 35 | DEPENDS_append_class-nativesdk = " nativesdk-openssl" |
| 36 | 36 | ||
| 37 | export PYTHON="${STAGING_BINDIR_NATIVE}/python3-native/python3" | 37 | export PYTHON="${STAGING_BINDIR_NATIVE}/python3-native/python3" |
| 38 | 38 | ||
