diff options
-rw-r--r-- | meta-networking/recipes-support/spice/spice_git.bb | 3 |
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 | ||
40 | CFLAGS_append = " -Wno-error" | 40 | CFLAGS_append = " -Wno-error" |
41 | 41 | ||
42 | PACKAGECONFIG_class-native = "" | ||
42 | PACKAGECONFIG_class-nativesdk = "" | 43 | PACKAGECONFIG_class-nativesdk = "" |
43 | PACKAGECONFIG ?= "sasl" | 44 | PACKAGECONFIG ?= "sasl" |
44 | 45 | ||
@@ -53,6 +54,6 @@ PACKAGECONFIG[xinerama] = "--enable-xinerama,--disable-xinerama,libxinerama," | |||
53 | 54 | ||
54 | COMPATIBLE_HOST = '(x86_64|i.86).*-linux' | 55 | COMPATIBLE_HOST = '(x86_64|i.86).*-linux' |
55 | 56 | ||
56 | BBCLASSEXTEND = "nativesdk" | 57 | BBCLASSEXTEND = "native nativesdk" |
57 | 58 | ||
58 | EXTRA_OECONF_append_toolchain-clang = " --disable-werror" | 59 | EXTRA_OECONF_append_toolchain-clang = " --disable-werror" |