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"