mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 02:31:27 +00:00
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>
This commit is contained in:
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
|||||||
DEPENDS = "python3 python3-native"
|
DEPENDS = "python3 python3-native"
|
||||||
RDEPENDS:${PN} = "python3 python3-modules"
|
RDEPENDS:${PN} = "python3 python3-modules"
|
||||||
|
|
||||||
inherit python3native
|
inherit python3native python3targetconfig
|
||||||
|
|
||||||
SRC_URI = "https://www.mercurial-scm.org/release/${BP}.tar.gz"
|
SRC_URI = "https://www.mercurial-scm.org/release/${BP}.tar.gz"
|
||||||
SRC_URI[sha256sum] = "86f98645e4565a9256991dcde22b77b8e7d22ca6fbb60c1f4cdbd8469a38cc1f"
|
SRC_URI[sha256sum] = "86f98645e4565a9256991dcde22b77b8e7d22ca6fbb60c1f4cdbd8469a38cc1f"
|
||||||
|
|||||||
Reference in New Issue
Block a user