diff options
| -rw-r--r-- | meta/recipes-core/libxcrypt/libxcrypt.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-core/libxcrypt/libxcrypt.bb b/meta/recipes-core/libxcrypt/libxcrypt.bb index 3b9af6d739..a712e72914 100644 --- a/meta/recipes-core/libxcrypt/libxcrypt.bb +++ b/meta/recipes-core/libxcrypt/libxcrypt.bb | |||
| @@ -24,7 +24,7 @@ FILES_${PN} = "${libdir}/libcrypt*.so.* ${libdir}/libcrypt-*.so ${libdir}/libowc | |||
| 24 | S = "${WORKDIR}/git" | 24 | S = "${WORKDIR}/git" |
| 25 | 25 | ||
| 26 | BUILD_CPPFLAGS = "-I${STAGING_INCDIR_NATIVE} -std=gnu99" | 26 | BUILD_CPPFLAGS = "-I${STAGING_INCDIR_NATIVE} -std=gnu99" |
| 27 | TARGET_CPPFLAGS = "-I${STAGING_DIR_TARGET}${includedir} -Wno-error=missing-attributes" | 27 | TARGET_CPPFLAGS = "-I${STAGING_DIR_TARGET}${includedir} -Wno-error" |
| 28 | CPPFLAGS_append_class-nativesdk = " -Wno-error=missing-attributes" | 28 | CPPFLAGS_append_class-nativesdk = " -Wno-error" |
| 29 | 29 | ||
| 30 | BBCLASSEXTEND = "nativesdk" | 30 | BBCLASSEXTEND = "nativesdk" |
