diff options
-rw-r--r-- | meta-oe/recipes-devtools/pahole/pahole_1.22.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/pahole/pahole_1.22.bb b/meta-oe/recipes-devtools/pahole/pahole_1.22.bb index 449508a5d5..ec642ec3b2 100644 --- a/meta-oe/recipes-devtools/pahole/pahole_1.22.bb +++ b/meta-oe/recipes-devtools/pahole/pahole_1.22.bb | |||
@@ -21,7 +21,7 @@ inherit cmake pkgconfig | |||
21 | 21 | ||
22 | PACKAGECONFIG[python3] = ",,python3-core,python3-core" | 22 | PACKAGECONFIG[python3] = ",,python3-core,python3-core" |
23 | 23 | ||
24 | EXTRA_OECMAKE = "-D__LIB=lib -DCMAKE_BUILD_TYPE=Release -DLIBBPF_EMBEDDED=OFF" | 24 | EXTRA_OECMAKE = "-D__LIB=${@os.path.relpath(d.getVar('libdir'), d.getVar('prefix') + '/')} -DCMAKE_BUILD_TYPE=Release -DLIBBPF_EMBEDDED=OFF" |
25 | 25 | ||
26 | FILES:${PN} = "${bindir}/pahole \ | 26 | FILES:${PN} = "${bindir}/pahole \ |
27 | ${libdir}/libdwarves.so* \ | 27 | ${libdir}/libdwarves.so* \ |