mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
yp-tools: Ignore cpp warnings as errors
-Wno-error=\#Warnings is too clang'ish, gcc doesnt like it use an option that common for both compilers Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
This commit is contained in:
@@ -33,7 +33,7 @@ CACHED_CONFIGUREVARS += "ac_cv_prog_STRIP=/bin/true"
|
||||
EXTRA_OECONF = " \
|
||||
--disable-rpath --disable-domainname \
|
||||
"
|
||||
CFLAGS_append_libc-musl = " -Wno-error=\#warnings"
|
||||
CFLAGS_append_libc-musl = " -Wno-error=cpp"
|
||||
|
||||
FILES_${PN} += " ${libdir}/yp-nis/*.so.*.* ${libdir}/yp-nis/pkgconfig/"
|
||||
FILES_${PN}-dbg += " ${libdir}/yp-nis/.debug"
|
||||
|
||||
Reference in New Issue
Block a user