summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-networking/recipes-support/spice/spice_git.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/spice/spice_git.bb b/meta-networking/recipes-support/spice/spice_git.bb
index 5e6fbf6bad..06a79c5001 100644
--- a/meta-networking/recipes-support/spice/spice_git.bb
+++ b/meta-networking/recipes-support/spice/spice_git.bb
@@ -39,6 +39,7 @@ export PYTHONPATH="${PKG_CONFIG_SYSROOT_DIR}${libdir}/python2.7/site-packages"
39 39
40CFLAGS_append = " -Wno-error" 40CFLAGS_append = " -Wno-error"
41 41
42PACKAGECONFIG_class-native = ""
42PACKAGECONFIG_class-nativesdk = "" 43PACKAGECONFIG_class-nativesdk = ""
43PACKAGECONFIG ?= "sasl" 44PACKAGECONFIG ?= "sasl"
44 45
@@ -53,6 +54,6 @@ PACKAGECONFIG[xinerama] = "--enable-xinerama,--disable-xinerama,libxinerama,"
53 54
54COMPATIBLE_HOST = '(x86_64|i.86).*-linux' 55COMPATIBLE_HOST = '(x86_64|i.86).*-linux'
55 56
56BBCLASSEXTEND = "nativesdk" 57BBCLASSEXTEND = "native nativesdk"
57 58
58EXTRA_OECONF_append_toolchain-clang = " --disable-werror" 59EXTRA_OECONF_append_toolchain-clang = " --disable-werror"