mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 12:59:02 +02:00
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>
This commit is contained in:
parent
5beb813833
commit
a9f6c13c04
|
@ -25,7 +25,7 @@ FILES_${PN} = "${libdir}/libcrypt*.so.* \
|
|||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
BUILD_CPPFLAGS = "-I${STAGING_INCDIR_NATIVE} -std=gnu99"
|
||||
BUILD_CPPFLAGS = "-I${STAGING_INCDIR_NATIVE}"
|
||||
TARGET_CPPFLAGS = "-I${STAGING_DIR_TARGET}${includedir} -Wno-error=missing-attributes"
|
||||
CPPFLAGS_append_class-nativesdk = " -Wno-error=missing-attributes"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user