From: Alexander Kanavin Date: Tue, 20 Aug 2019 15:32:13 +0000 (+0200) Subject: libmodulemd: depend on target python at build time X-Git-Tag: uninative-2.7~407 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=6763c89611f7cc4a1ba9098222069a58148d44d9;p=openembedded-core.git libmodulemd: depend on target python at build time meson build system is importing sysconfig, which requires having a target confiuguration available. Signed-off-by: Alexander Kanavin Signed-off-by: Ross Burton --- diff --git a/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb b/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb index 9ac7e140ab..63d3fad6ab 100644 --- a/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb +++ b/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb @@ -17,7 +17,7 @@ inherit meson gobject-introspection EXTRA_OEMESON = "-Ddeveloper_build=false -Dbuild_api_v1=true -Dbuild_api_v2=true" -DEPENDS += "glib-2.0 libyaml glib-2.0-native" +DEPENDS += "glib-2.0 libyaml glib-2.0-native python3" BBCLASSEXTEND = "native nativesdk"