mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 16:27:27 +00:00
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>
This commit is contained in:
committed by
Martin Jansa
parent
532b1c0566
commit
e50762e09b
@@ -34,6 +34,9 @@ S = "${WORKDIR}/git/open-vm-tools"
|
|||||||
DEPENDS = "glib-2.0 glib-2.0-native util-linux libdnet procps"
|
DEPENDS = "glib-2.0 glib-2.0-native util-linux libdnet procps"
|
||||||
RDEPENDS_${PN} = "util-linux libdnet"
|
RDEPENDS_${PN} = "util-linux libdnet"
|
||||||
|
|
||||||
|
# open-vm-tools is supported only on x86.
|
||||||
|
COMPATIBLE_HOST = '(x86_64.*|i.86.*)-linux'
|
||||||
|
|
||||||
inherit autotools pkgconfig systemd
|
inherit autotools pkgconfig systemd
|
||||||
|
|
||||||
SYSTEMD_SERVICE_${PN} = "vmtoolsd.service"
|
SYSTEMD_SERVICE_${PN} = "vmtoolsd.service"
|
||||||
|
|||||||
Reference in New Issue
Block a user