summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-networking/recipes-support/spice/spice_git.bb2
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 30e939ac0..5e6fbf6ba 100644
--- a/meta-networking/recipes-support/spice/spice_git.bb
+++ b/meta-networking/recipes-support/spice/spice_git.bb
@@ -37,7 +37,7 @@ DEPENDS_append_class-nativesdk = "nativesdk-openssl"
37export PYTHON="${STAGING_BINDIR_NATIVE}/python-native/python" 37export PYTHON="${STAGING_BINDIR_NATIVE}/python-native/python"
38export PYTHONPATH="${PKG_CONFIG_SYSROOT_DIR}${libdir}/python2.7/site-packages" 38export PYTHONPATH="${PKG_CONFIG_SYSROOT_DIR}${libdir}/python2.7/site-packages"
39 39
40CFLAGS_append = " -Wno-error=address-of-packed-member" 40CFLAGS_append = " -Wno-error"
41 41
42PACKAGECONFIG_class-nativesdk = "" 42PACKAGECONFIG_class-nativesdk = ""
43PACKAGECONFIG ?= "sasl" 43PACKAGECONFIG ?= "sasl"