mirror of
https://git.yoctoproject.org/poky
synced 2026-04-29 09:32:11 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
89a01ef7d3
commit
793640e07b
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user