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