diff options
author | Martin Kelly <mkelly@xevo.com> | 2017-06-23 15:48:40 -0700 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-07-01 09:59:25 +0200 |
commit | b847bc1724b6d203d5eaea2d0e4e110648c2b51b (patch) | |
tree | bd560a0fd7c9d8df0fb07f39b5a12ecbd684d5b5 /meta-oe/recipes-support/open-vm-tools/open-vm-tools_10.1.5.bb | |
parent | 16accb708c14f490605b02cfd8af5e74dd1f7ba7 (diff) | |
download | meta-openembedded-b847bc1724b6d203d5eaea2d0e4e110648c2b51b.tar.gz |
open-vm-tools: add #include to fix build break
Signed-off-by: Martin Kelly <mkelly@xevo.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/open-vm-tools/open-vm-tools_10.1.5.bb')
-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 b3e0afca7..2b2022864 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 | |||
@@ -25,6 +25,7 @@ SRC_URI = "git://github.com/vmware/open-vm-tools.git;protocol=https \ | |||
25 | file://vmtoolsd.service \ | 25 | file://vmtoolsd.service \ |
26 | file://0001-Fix-kernel-detection.patch \ | 26 | file://0001-Fix-kernel-detection.patch \ |
27 | file://0002-configure.ac-don-t-use-dnet-config.patch \ | 27 | file://0002-configure.ac-don-t-use-dnet-config.patch \ |
28 | file://0003-add-include-sys-sysmacros.h.patch \ | ||
28 | " | 29 | " |
29 | 30 | ||
30 | SRCREV = "854c0bb374612f7e633b448ca273f970f154458b" | 31 | SRCREV = "854c0bb374612f7e633b448ca273f970f154458b" |