mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-12 03:24:08 +00:00
pahole: respect libdir
* use the same expression as cmake.bbclass is using: CMAKE_INSTALL_LIBDIR:PATH=${@os.path.relpath(d.getVar('libdir'), d.getVar('prefix') + '/')} but ${baselib} should work here as well Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
51ecdc3aa1
commit
b9b947cb63
@@ -21,7 +21,7 @@ inherit cmake pkgconfig
|
||||
|
||||
PACKAGECONFIG[python3] = ",,python3-core,python3-core"
|
||||
|
||||
EXTRA_OECMAKE = "-D__LIB=lib -DCMAKE_BUILD_TYPE=Release -DLIBBPF_EMBEDDED=OFF"
|
||||
EXTRA_OECMAKE = "-D__LIB=${@os.path.relpath(d.getVar('libdir'), d.getVar('prefix') + '/')} -DCMAKE_BUILD_TYPE=Release -DLIBBPF_EMBEDDED=OFF"
|
||||
|
||||
FILES:${PN} = "${bindir}/pahole \
|
||||
${libdir}/libdwarves.so* \
|
||||
|
||||
Reference in New Issue
Block a user