diff options
| -rw-r--r-- | meta-networking/recipes-support/spice/spice_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/spice/spice_git.bb b/meta-networking/recipes-support/spice/spice_git.bb index 3c45d1f5e1..552f81df0a 100644 --- a/meta-networking/recipes-support/spice/spice_git.bb +++ b/meta-networking/recipes-support/spice/spice_git.bb | |||
| @@ -37,7 +37,7 @@ DEPENDS_append_class-nativesdk = "nativesdk-openssl" | |||
| 37 | export PYTHON="${STAGING_BINDIR_NATIVE}/python-native/python" | 37 | export PYTHON="${STAGING_BINDIR_NATIVE}/python-native/python" |
| 38 | export PYTHONPATH="${PKG_CONFIG_SYSROOT_DIR}${libdir}/python2.7/site-packages" | 38 | export PYTHONPATH="${PKG_CONFIG_SYSROOT_DIR}${libdir}/python2.7/site-packages" |
| 39 | 39 | ||
| 40 | CFLAGS += "-Wno-address-of-packed-member" | 40 | CFLAGS_append = " -Wno-error=address-of-packed-member" |
| 41 | 41 | ||
| 42 | PACKAGECONFIG_class-native = "" | 42 | PACKAGECONFIG_class-native = "" |
| 43 | PACKAGECONFIG_class-nativesdk = "" | 43 | PACKAGECONFIG_class-nativesdk = "" |
