mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +00:00
glib-2.0: Remove python3 modules when building for mingw
Commit "glib-2.0: Add python3 modules required by gdbus-codegen" (26af3b4b33a34d7e53059b07236f9d5aae5e004a) broke the MinGW build of QEMU. To fix the build remove the python3 RDEPENDS for gdbus-codegen when targeting mingw. (From OE-Core rev: 22495951d4caaaf1ead219be8cfad3311cebebff) Signed-off-by: Alistair Francis <alistair.francis@xilinx.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
2cad9ff9d1
commit
5c7f48c9c0
@@ -115,11 +115,10 @@ do_install_append_class-target () {
|
||||
fi
|
||||
}
|
||||
|
||||
RDEPENDS_${PN}-codegen += "\
|
||||
python3 \
|
||||
python3-distutils \
|
||||
python3-xml \
|
||||
"
|
||||
CODEGEN_PYTHON_RDEPENDS = "python3 python3-distutils python3-xml"
|
||||
CODEGEN_PYTHON_RDEPENDS_mingw32 = ""
|
||||
|
||||
RDEPENDS_${PN}-codegen += "${CODEGEN_PYTHON_RDEPENDS}"
|
||||
|
||||
RDEPENDS_${PN}-ptest += "\
|
||||
dbus \
|
||||
|
||||
Reference in New Issue
Block a user