mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-07-21 03:58:32 +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:
parent
1723fb3e03
commit
ec22dc2bc4
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user