diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-03-19 13:07:48 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-03-20 08:46:56 -0700 |
| commit | eac1f5b9c0b1b81aa24827be94e4a1a91cd49eee (patch) | |
| tree | 86ff05514e9c1c8262e7353b4df496ba7d4fb221 /meta-networking/recipes-support/spice | |
| parent | 42727bb3c0b230a819b73e3f6cea8ecffc02cf69 (diff) | |
| download | meta-openembedded-eac1f5b9c0b1b81aa24827be94e4a1a91cd49eee.tar.gz | |
recipes: Fix variable assignment whitespace
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-support/spice')
| -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 7900a7dea5..fc83be415e 100644 --- a/meta-networking/recipes-support/spice/spice_git.bb +++ b/meta-networking/recipes-support/spice/spice_git.bb | |||
| @@ -30,7 +30,7 @@ inherit meson gettext python3native python3-dir pkgconfig | |||
| 30 | DEPENDS = "spice-protocol jpeg pixman alsa-lib glib-2.0 gdk-pixbuf lz4 orc python3-pyparsing-native python3-six-native glib-2.0-native zlib" | 30 | DEPENDS = "spice-protocol jpeg pixman alsa-lib glib-2.0 gdk-pixbuf lz4 orc python3-pyparsing-native python3-six-native glib-2.0-native zlib" |
| 31 | DEPENDS:append:class-nativesdk = " nativesdk-openssl" | 31 | DEPENDS:append:class-nativesdk = " nativesdk-openssl" |
| 32 | 32 | ||
| 33 | export PYTHON="${STAGING_BINDIR_NATIVE}/python3-native/python3" | 33 | export PYTHON = "${STAGING_BINDIR_NATIVE}/python3-native/python3" |
| 34 | 34 | ||
| 35 | do_configure:prepend() { | 35 | do_configure:prepend() { |
| 36 | echo ${PV} > ${S}/.tarball-version | 36 | echo ${PV} > ${S}/.tarball-version |
