]> code.ossystems Code Review - openembedded-core.git/commitdiff
libmodulemd: depend on target python at build time
authorAlexander Kanavin <alex.kanavin@gmail.com>
Tue, 20 Aug 2019 15:32:13 +0000 (17:32 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 22 Aug 2019 16:35:43 +0000 (17:35 +0100)
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>
meta/recipes-devtools/libmodulemd/libmodulemd_git.bb

index 9ac7e140ab67ef8c1b4e0d16e28a1783abd4a764..63d3fad6ab4e048b11307aeb20799e7c562a6a42 100644 (file)
@@ -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"