diff options
author | Martin Kelly <mkelly@xevo.com> | 2017-06-23 15:48:48 -0700 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-07-01 09:59:25 +0200 |
commit | 3aebb2354249527c5eb0e3574b9c46afb31cf12b (patch) | |
tree | dcd98c3bec6ad74fb3e7e2b50d3cbef53e49a2b7 /meta-oe | |
parent | 8501dc084246e1f90f1822b7f6b30c09c6d8c99c (diff) | |
download | meta-openembedded-3aebb2354249527c5eb0e3574b9c46afb31cf12b.tar.gz |
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>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-support/open-vm-tools/open-vm-tools_10.1.5.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/open-vm-tools/open-vm-tools_10.1.5.bb b/meta-oe/recipes-support/open-vm-tools/open-vm-tools_10.1.5.bb index 2a83e864f..65fbfc9e9 100644 --- a/meta-oe/recipes-support/open-vm-tools/open-vm-tools_10.1.5.bb +++ b/meta-oe/recipes-support/open-vm-tools/open-vm-tools_10.1.5.bb | |||
@@ -53,8 +53,6 @@ PACKAGECONFIG[x11] = ",${NO_X11_FLAGS},${X11_DEPENDS}" | |||
53 | # fuse gets implicitly detected; there is no --without-fuse option. | 53 | # fuse gets implicitly detected; there is no --without-fuse option. |
54 | PACKAGECONFIG[fuse] = ",,fuse" | 54 | PACKAGECONFIG[fuse] = ",,fuse" |
55 | 55 | ||
56 | CFLAGS += "-Wno-error=deprecated-declarations" | ||
57 | |||
58 | FILES_${PN} += "\ | 56 | FILES_${PN} += "\ |
59 | ${libdir}/open-vm-tools/plugins/vmsvc/lib*.so \ | 57 | ${libdir}/open-vm-tools/plugins/vmsvc/lib*.so \ |
60 | ${libdir}/open-vm-tools/plugins/common/lib*.so \ | 58 | ${libdir}/open-vm-tools/plugins/common/lib*.so \ |