As a build time dependency, python3 provides python3-core - set the PACKAGECONFIG accordingly to avoid build failure.
Signed-off-by: Gyorgy Sarvari <skandigr...@gmail.com> --- meta-oe/recipes-devtools/pahole/pahole_1.28.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-devtools/pahole/pahole_1.28.bb b/meta-oe/recipes-devtools/pahole/pahole_1.28.bb index ea2d0bab0d..83f4bbc7db 100644 --- a/meta-oe/recipes-devtools/pahole/pahole_1.28.bb +++ b/meta-oe/recipes-devtools/pahole/pahole_1.28.bb @@ -17,7 +17,7 @@ S = "${WORKDIR}/git" inherit cmake pkgconfig -PACKAGECONFIG[python3] = ",,python3-core,python3-core" +PACKAGECONFIG[python3] = ",,python3,python3-core" EXTRA_OECMAKE = "-D__LIB=${@os.path.relpath(d.getVar('libdir'), d.getVar('prefix') + '/')} -DCMAKE_BUILD_TYPE=Release -DLIBBPF_EMBEDDED=OFF"
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#115478): https://lists.openembedded.org/g/openembedded-devel/message/115478 Mute This Topic: https://lists.openembedded.org/mt/111179309/21656 Group Owner: openembedded-devel+ow...@lists.openembedded.org Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-