summaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2019-10-01 09:07:56 +0000
committerKhem Raj <raj.khem@gmail.com>2019-10-01 08:51:19 -0700
commite6d76b05a7a8ad8f448b54cb2def866a4b64dffb (patch)
tree60b2817be127fb28ae67c71ba6652e6cdab2db72 /meta-networking
parentd002adaf59239e1c9c9e0144f312f6cd8b58fde7 (diff)
downloadmeta-openembedded-e6d76b05a7a8ad8f448b54cb2def866a4b64dffb.tar.gz
Revert "spice: Drop broken native"
This reverts commit 5f32fd6b08d79b9a4d1bffb9b2bcbc535a5b27d2. * fixed by restricting -Wno-error=address-of-packed-member only for target, spice-native is still useful for qemu-native when spice PACKAGECONFIG is enabled Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking')
-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 5e6fbf6ba..06a79c500 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"