mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-12 22:53:01 +00:00
satyr: Inherit python3targetconfig
It uses python3-config during build to grok the python specific includedirs, therefore its important to ensure that target specific python3-config is used, otherwise currently it defaults to native python3-config which ends up adding native python3 include paths which might work out ok but is exposed when target is 32bit + lfs enabled, the headers don't match between native and target python Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
030afc0515
commit
0a81cfc3f9
@ -5,7 +5,7 @@ space, Python, and Java programs"
|
||||
HOMEPAGE = "https://github.com/abrt/satyr"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
|
||||
inherit autotools-brokensep python3native pkgconfig
|
||||
inherit autotools-brokensep python3native python3targetconfig pkgconfig
|
||||
|
||||
SRC_URI = "git://github.com/abrt/satyr.git;branch=master;protocol=https \
|
||||
file://0002-fix-compile-failure-against-musl-C-library.patch \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user