docker-compose: not compatible with mips

docker-compose rdepends on docker which is not compatible with mips.
So set COMPATIBLE_HOST for docker-compose accordingly.

Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
Kai Kang 2023-09-14 15:52:58 +08:00 committed by Bruce Ashfield
parent ebcc1cd73d
commit 33a437dc42

View File

@ -32,6 +32,8 @@ COMPOSE_PKG = "github.com/docker/compose/v2"
inherit go goarch
inherit pkgconfig
COMPATIBLE_HOST = "^(?!mips).*"
do_configure[noexec] = "1"
PACKAGECONFIG ?= ""