diff options
| author | Khem Raj <raj.khem@gmail.com> | 2022-11-29 21:43:20 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-11-30 09:46:47 -0800 |
| commit | 0a81cfc3f9896cc3be3c0123f7f1538192c0406e (patch) | |
| tree | ae3f558266c76ae303ac87ec4f3215d0245191a8 | |
| parent | 030afc051526ca4b6a5a57f66444fd4e467da39a (diff) | |
| download | meta-openembedded-0a81cfc3f9896cc3be3c0123f7f1538192c0406e.tar.gz | |
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>
| -rw-r--r-- | meta-oe/recipes-support/satyr/satyr_0.40.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/satyr/satyr_0.40.bb b/meta-oe/recipes-support/satyr/satyr_0.40.bb index 5b44618b72..1ce28f1f04 100644 --- a/meta-oe/recipes-support/satyr/satyr_0.40.bb +++ b/meta-oe/recipes-support/satyr/satyr_0.40.bb | |||
| @@ -5,7 +5,7 @@ space, Python, and Java programs" | |||
| 5 | HOMEPAGE = "https://github.com/abrt/satyr" | 5 | HOMEPAGE = "https://github.com/abrt/satyr" |
| 6 | LICENSE = "GPL-2.0-only" | 6 | LICENSE = "GPL-2.0-only" |
| 7 | 7 | ||
| 8 | inherit autotools-brokensep python3native pkgconfig | 8 | inherit autotools-brokensep python3native python3targetconfig pkgconfig |
| 9 | 9 | ||
| 10 | SRC_URI = "git://github.com/abrt/satyr.git;branch=master;protocol=https \ | 10 | SRC_URI = "git://github.com/abrt/satyr.git;branch=master;protocol=https \ |
| 11 | file://0002-fix-compile-failure-against-musl-C-library.patch \ | 11 | file://0002-fix-compile-failure-against-musl-C-library.patch \ |
