diff options
| author | Robert Yang <liezhi.yang@windriver.com> | 2019-09-25 17:35:41 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2019-09-25 09:48:19 -0700 |
| commit | 5f32fd6b08d79b9a4d1bffb9b2bcbc535a5b27d2 (patch) | |
| tree | fea93c5caec909dbe423e0677d5339dfdb0f425d | |
| parent | ddb942850e55e6d6426bec6690957aaad2b39cff (diff) | |
| download | meta-openembedded-5f32fd6b08d79b9a4d1bffb9b2bcbc535a5b27d2.tar.gz | |
spice: Drop broken 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>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-networking/recipes-support/spice/spice_git.bb | 3 |
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" | |||
| 39 | 39 | ||
| 40 | CFLAGS_append = " -Wno-error=address-of-packed-member" | 40 | CFLAGS_append = " -Wno-error=address-of-packed-member" |
| 41 | 41 | ||
| 42 | PACKAGECONFIG_class-native = "" | ||
| 43 | PACKAGECONFIG_class-nativesdk = "" | 42 | PACKAGECONFIG_class-nativesdk = "" |
| 44 | PACKAGECONFIG ?= "sasl" | 43 | PACKAGECONFIG ?= "sasl" |
| 45 | 44 | ||
| @@ -54,6 +53,6 @@ PACKAGECONFIG[xinerama] = "--enable-xinerama,--disable-xinerama,libxinerama," | |||
| 54 | 53 | ||
| 55 | COMPATIBLE_HOST = '(x86_64|i.86).*-linux' | 54 | COMPATIBLE_HOST = '(x86_64|i.86).*-linux' |
| 56 | 55 | ||
| 57 | BBCLASSEXTEND = "native nativesdk" | 56 | BBCLASSEXTEND = "nativesdk" |
| 58 | 57 | ||
| 59 | EXTRA_OECONF_append_toolchain-clang = " --disable-werror" | 58 | EXTRA_OECONF_append_toolchain-clang = " --disable-werror" |
