diff options
| author | Khem Raj <raj.khem@gmail.com> | 2023-01-29 10:38:00 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-01-29 21:09:39 -0800 |
| commit | 0d973d9470f0a5bd96e772d396131112656df2a5 (patch) | |
| tree | 8cd868aedcc38adcccf93751089f34cf67ae2c4e /meta-oe | |
| parent | 9058607283755228c263547132bddcb1d032f20e (diff) | |
| download | meta-openembedded-0d973d9470f0a5bd96e772d396131112656df2a5.tar.gz | |
hplip: 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>
Diffstat (limited to 'meta-oe')
| -rw-r--r-- | meta-oe/recipes-extended/hplip/hplip_3.22.10.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/hplip/hplip_3.22.10.bb b/meta-oe/recipes-extended/hplip/hplip_3.22.10.bb index e054553d85..d8e249f047 100644 --- a/meta-oe/recipes-extended/hplip/hplip_3.22.10.bb +++ b/meta-oe/recipes-extended/hplip/hplip_3.22.10.bb | |||
| @@ -20,7 +20,7 @@ SRC_URI[sha256sum] = "533c3f2f6b53e4163ded4fd81d1f11ae6162a0f6451bd5e62a8382d0c1 | |||
| 20 | 20 | ||
| 21 | DEPENDS += "cups python3 libusb" | 21 | DEPENDS += "cups python3 libusb" |
| 22 | 22 | ||
| 23 | inherit autotools-brokensep python3-dir python3native pkgconfig systemd | 23 | inherit autotools-brokensep python3-dir python3native python3targetconfig pkgconfig systemd |
| 24 | 24 | ||
| 25 | export STAGING_INCDIR | 25 | export STAGING_INCDIR |
| 26 | export STAGING_LIBDIR | 26 | export STAGING_LIBDIR |
