aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/libreport
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-11-30 09:35:08 -0800
committerKhem Raj <raj.khem@gmail.com>2022-11-30 12:01:44 -0800
commit2aef5fbebcdc185382837209ee669dd7ec77baf6 (patch)
tree4fada63289aa42f55d7283bb4b9d7fc4f3e4f9a6 /meta-oe/recipes-extended/libreport
parentd1a6c69a07d7b435d79521dbe528c7eac05ce57d (diff)
downloadmeta-openembedded-contrib-2aef5fbebcdc185382837209ee669dd7ec77baf6.tar.gz
libreport: Inherit python3targetconfig
So it uses cross python3-config tool instead of native Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/libreport')
-rw-r--r--meta-oe/recipes-extended/libreport/libreport_2.10.0.bb2
1 files changed, 1 insertions, 1 deletions
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,"