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