diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2019-08-20 17:32:13 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-08-22 22:48:27 +0100 |
commit | 793640e07bf77e21a0a83014fa6b503616be6b07 (patch) | |
tree | 99790805850db52f24032dfa84eb84f2a92d38d4 /meta/recipes-devtools/libmodulemd | |
parent | 89a01ef7d30d8f7210ddcb4b84a99082547c003e (diff) | |
download | poky-793640e07bf77e21a0a83014fa6b503616be6b07.tar.gz |
libmodulemd: depend on target python at build time
meson build system is importing sysconfig, which requires
having a target confiuguration available.
(From OE-Core rev: 6763c89611f7cc4a1ba9098222069a58148d44d9)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/libmodulemd')
-rw-r--r-- | meta/recipes-devtools/libmodulemd/libmodulemd_git.bb | 2 |
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 | |||
17 | 17 | ||
18 | EXTRA_OEMESON = "-Ddeveloper_build=false -Dbuild_api_v1=true -Dbuild_api_v2=true" | 18 | EXTRA_OEMESON = "-Ddeveloper_build=false -Dbuild_api_v1=true -Dbuild_api_v2=true" |
19 | 19 | ||
20 | DEPENDS += "glib-2.0 libyaml glib-2.0-native" | 20 | DEPENDS += "glib-2.0 libyaml glib-2.0-native python3" |
21 | 21 | ||
22 | BBCLASSEXTEND = "native nativesdk" | 22 | BBCLASSEXTEND = "native nativesdk" |
23 | 23 | ||