diff options
| author | Adrian Bunk <bunk@stusta.de> | 2019-05-05 23:18:12 +0300 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-05-08 12:15:17 +0100 |
| commit | a9f6c13c04b630db0f34c6e41ec664f0c2eab353 (patch) | |
| tree | 31aa3ddfda0565b96fb7661be0764f204bb364c6 | |
| parent | 5beb8138332ebf27d25161b8247343289d7a5bd1 (diff) | |
| download | poky-a9f6c13c04b630db0f34c6e41ec664f0c2eab353.tar.gz | |
libxcrypt: Stop adding -std=gnu99 to CPPFLAGS
Upstream now adds this automatically when required.
(From OE-Core rev: 8ff6a2a8b88befd7e4c7965f525937c0d723c0bf)
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-core/libxcrypt/libxcrypt_4.4.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/libxcrypt/libxcrypt_4.4.4.bb b/meta/recipes-core/libxcrypt/libxcrypt_4.4.4.bb index e3c87b3e02..b44c07b4d0 100644 --- a/meta/recipes-core/libxcrypt/libxcrypt_4.4.4.bb +++ b/meta/recipes-core/libxcrypt/libxcrypt_4.4.4.bb | |||
| @@ -25,7 +25,7 @@ FILES_${PN} = "${libdir}/libcrypt*.so.* \ | |||
| 25 | 25 | ||
| 26 | S = "${WORKDIR}/git" | 26 | S = "${WORKDIR}/git" |
| 27 | 27 | ||
| 28 | BUILD_CPPFLAGS = "-I${STAGING_INCDIR_NATIVE} -std=gnu99" | 28 | BUILD_CPPFLAGS = "-I${STAGING_INCDIR_NATIVE}" |
| 29 | TARGET_CPPFLAGS = "-I${STAGING_DIR_TARGET}${includedir} -Wno-error=missing-attributes" | 29 | TARGET_CPPFLAGS = "-I${STAGING_DIR_TARGET}${includedir} -Wno-error=missing-attributes" |
| 30 | CPPFLAGS_append_class-nativesdk = " -Wno-error=missing-attributes" | 30 | CPPFLAGS_append_class-nativesdk = " -Wno-error=missing-attributes" |
| 31 | 31 | ||
