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