diff options
author | Martin Kelly <mkelly@xevo.com> | 2017-06-23 15:48:45 -0700 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-07-01 09:59:25 +0200 |
commit | e50762e09b1624910daaf5bb28c4584c291b089b (patch) | |
tree | 093b67fad2ec0a8254e23350a776e6a5f967deb9 /meta-oe/recipes-support/open-vm-tools | |
parent | 532b1c0566997ee1e29c0697f700e7aa11070882 (diff) | |
download | meta-openembedded-e50762e09b1624910daaf5bb28c4584c291b089b.tar.gz |
open-vm-tools: scope build to only x86
Since open-vm-tools builds only on x86, set COMPATIBLE_HOST to reflect
this.
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')
-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" |