summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2019-08-20 17:32:13 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-08-22 17:35:43 +0100
commit6763c89611f7cc4a1ba9098222069a58148d44d9 (patch)
tree396c0ac763f716e7aff9366263947dfad3687ff1 /meta/recipes-devtools
parent06e731bdea527d5c42e99bbcef7f2835e158c0a0 (diff)
downloadopenembedded-core-contrib-6763c89611f7cc4a1ba9098222069a58148d44d9.tar.gz
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 <alex.kanavin@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r--meta/recipes-devtools/libmodulemd/libmodulemd_git.bb2
1 files changed, 1 insertions, 1 deletions
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"