mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-05 13:25:22 +02:00
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:
parent
ebcc1cd73d
commit
33a437dc42
|
@ -32,6 +32,8 @@ COMPOSE_PKG = "github.com/docker/compose/v2"
|
|||
inherit go goarch
|
||||
inherit pkgconfig
|
||||
|
||||
COMPATIBLE_HOST = "^(?!mips).*"
|
||||
|
||||
do_configure[noexec] = "1"
|
||||
|
||||
PACKAGECONFIG ?= ""
|
||||
|
|
Loading…
Reference in New Issue
Block a user