diff options
-rw-r--r-- | meta-oe/recipes-support/open-vm-tools/open-vm-tools_10.1.5.bb | 3 |
1 files changed, 3 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 7d024f260..906eaba64 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 | |||
@@ -34,6 +34,9 @@ S = "${WORKDIR}/git/open-vm-tools" | |||
34 | DEPENDS = "glib-2.0 glib-2.0-native util-linux libdnet procps" | 34 | DEPENDS = "glib-2.0 glib-2.0-native util-linux libdnet procps" |
35 | RDEPENDS_${PN} = "util-linux libdnet" | 35 | RDEPENDS_${PN} = "util-linux libdnet" |
36 | 36 | ||
37 | # open-vm-tools is supported only on x86. | ||
38 | COMPATIBLE_HOST = '(x86_64.*|i.86.*)-linux' | ||
39 | |||
37 | inherit autotools pkgconfig systemd | 40 | inherit autotools pkgconfig systemd |
38 | 41 | ||
39 | SYSTEMD_SERVICE_${PN} = "vmtoolsd.service" | 42 | SYSTEMD_SERVICE_${PN} = "vmtoolsd.service" |