diff options
-rw-r--r-- | meta-oe/recipes-support/open-vm-tools/open-vm-tools_10.1.5.bb | 1 |
1 files changed, 1 insertions, 0 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 f7746c8e35..dc8faa4ead 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 | |||
@@ -66,6 +66,7 @@ PACKAGECONFIG[x11] = ",${NO_X11_FLAGS},${X11_DEPENDS}" | |||
66 | # fuse gets implicitly detected; there is no --without-fuse option. | 66 | # fuse gets implicitly detected; there is no --without-fuse option. |
67 | PACKAGECONFIG[fuse] = ",,fuse" | 67 | PACKAGECONFIG[fuse] = ",,fuse" |
68 | 68 | ||
69 | CFLAGS_append_toolchain-clang = " -Wno-address-of-packed-member" | ||
69 | FILES_${PN} += "\ | 70 | FILES_${PN} += "\ |
70 | ${libdir}/open-vm-tools/plugins/vmsvc/lib*.so \ | 71 | ${libdir}/open-vm-tools/plugins/vmsvc/lib*.so \ |
71 | ${libdir}/open-vm-tools/plugins/common/lib*.so \ | 72 | ${libdir}/open-vm-tools/plugins/common/lib*.so \ |