From 02c21a034222718889d624bef0dbf4113bc12f4d Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 14 Nov 2020 08:31:09 -0800 Subject: [PATCH] spice: Add leading whitespace for append operator Signed-off-by: Khem Raj --- meta-networking/recipes-support/spice/spice_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" inherit autotools gettext python3native python3-dir pkgconfig DEPENDS += "spice-protocol jpeg pixman alsa-lib glib-2.0 python3-pyparsing-native python3-six-native glib-2.0-native" -DEPENDS_append_class-nativesdk = "nativesdk-openssl" +DEPENDS_append_class-nativesdk = " nativesdk-openssl" export PYTHON="${STAGING_BINDIR_NATIVE}/python3-native/python3"