mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
libreport: Inherit python3targetconfig
So it uses cross python3-config tool instead of native Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -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,"
|
||||
|
||||
Reference in New Issue
Block a user