From 2aef5fbebcdc185382837209ee669dd7ec77baf6 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 30 Nov 2022 09:35:08 -0800 Subject: [PATCH] libreport: Inherit python3targetconfig So it uses cross python3-config tool instead of native Signed-off-by: Khem Raj --- meta-oe/recipes-extended/libreport/libreport_2.10.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-extended/libreport/libreport_2.10.0.bb b/meta-oe/recipes-extended/libreport/libreport_2.10.0.bb index d917a32472..35ef692617 100644 --- a/meta-oe/recipes-extended/libreport/libreport_2.10.0.bb +++ b/meta-oe/recipes-extended/libreport/libreport_2.10.0.bb @@ -26,7 +26,7 @@ S = "${WORKDIR}/git" inherit features_check REQUIRED_DISTRO_FEATURES = "systemd" -inherit gettext autotools python3native pkgconfig +inherit gettext autotools python3native python3targetconfig pkgconfig PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES','x11','gtk','',d)}" PACKAGECONFIG[gtk] = "--with-gtk, --without-gtk, gtk+3,"