mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-17 04:37:19 +00:00
rdma-core: 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:
@@ -28,7 +28,7 @@ FILES_SOLIBSDEV = ""
|
|||||||
FILES:${PN} += "${libdir}/*"
|
FILES:${PN} += "${libdir}/*"
|
||||||
INSANE_SKIP:${PN} += "dev-so"
|
INSANE_SKIP:${PN} += "dev-so"
|
||||||
|
|
||||||
inherit cmake cpan-base pkgconfig python3native systemd
|
inherit cmake cpan-base pkgconfig python3native python3targetconfig systemd
|
||||||
|
|
||||||
SYSTEMD_SERVICE:${PN} = " \
|
SYSTEMD_SERVICE:${PN} = " \
|
||||||
srp_daemon.service \
|
srp_daemon.service \
|
||||||
|
|||||||
Reference in New Issue
Block a user