mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-12 00:22:42 +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:
parent
d1a6c69a07
commit
2aef5fbebc
@ -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,"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user