mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
open-vm-tools: remove -Wno-error
In the past, we compiled with -Wno-error=deprecated-declarations, but the current version compiles fine without it, so remove it. Signed-off-by: Martin Kelly <mkelly@xevo.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
8501dc0842
commit
3aebb23542
@@ -53,8 +53,6 @@ PACKAGECONFIG[x11] = ",${NO_X11_FLAGS},${X11_DEPENDS}"
|
||||
# fuse gets implicitly detected; there is no --without-fuse option.
|
||||
PACKAGECONFIG[fuse] = ",,fuse"
|
||||
|
||||
CFLAGS += "-Wno-error=deprecated-declarations"
|
||||
|
||||
FILES_${PN} += "\
|
||||
${libdir}/open-vm-tools/plugins/vmsvc/lib*.so \
|
||||
${libdir}/open-vm-tools/plugins/common/lib*.so \
|
||||
|
||||
Reference in New Issue
Block a user