diff options
| -rw-r--r-- | meta-oe/recipes-devtools/pahole/pahole_1.28.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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" | |||
| 17 | 17 | ||
| 18 | inherit cmake pkgconfig | 18 | inherit cmake pkgconfig |
| 19 | 19 | ||
| 20 | PACKAGECONFIG[python3] = ",,python3-core,python3-core" | 20 | PACKAGECONFIG[python3] = ",,python3,python3-core" |
| 21 | 21 | ||
| 22 | EXTRA_OECMAKE = "-D__LIB=${@os.path.relpath(d.getVar('libdir'), d.getVar('prefix') + '/')} -DCMAKE_BUILD_TYPE=Release -DLIBBPF_EMBEDDED=OFF" | 22 | EXTRA_OECMAKE = "-D__LIB=${@os.path.relpath(d.getVar('libdir'), d.getVar('prefix') + '/')} -DCMAKE_BUILD_TYPE=Release -DLIBBPF_EMBEDDED=OFF" |
| 23 | 23 | ||
