pahole: fix python3 PACKAGECONFIG

As a build time dependency, python3 provides python3-core - set the
PACKAGECONFIG accordingly to avoid build failure.

Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Gyorgy Sarvari
2025-02-14 09:36:24 +01:00
committed by Khem Raj
parent 13fcedfc92
commit a87929bbcc

View File

@@ -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"