aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2019-09-25 15:31:38 +0800
committerRobert Yang <liezhi.yang@windriver.com>2019-09-25 16:41:47 +0800
commit10fa582ff48102bdf3380916207f636daa0f4c69 (patch)
tree59056dc358b3eff9d532bf5fe1d3996b9634c8b5
parent5c902759d2f8a8be23bffe5c5c0ad709938f54a7 (diff)
downloadmeta-openembedded-contrib-rbt/native.tar.gz
spice: Drop broken nativerbt/native
$ bitbake spice-native checking whether the C compiler works... no configure: error: in `/path/to/spice-native/0.14.2+gitAUTOINC+7cbd70b931_4fc4c2db36-r0/build': configure: error: C compiler cannot create executables It's a broken native recipe which means no ones need it any more, so remove it. Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
-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 552f81df0a..30e939ac07 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"
CFLAGS_append = " -Wno-error=address-of-packed-member"
-PACKAGECONFIG_class-native = ""
PACKAGECONFIG_class-nativesdk = ""
PACKAGECONFIG ?= "sasl"
@@ -54,6 +53,6 @@ PACKAGECONFIG[xinerama] = "--enable-xinerama,--disable-xinerama,libxinerama,"
COMPATIBLE_HOST = '(x86_64|i.86).*-linux'
-BBCLASSEXTEND = "native nativesdk"
+BBCLASSEXTEND = "nativesdk"
EXTRA_OECONF_append_toolchain-clang = " --disable-werror"