mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +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>
This commit is contained in:
@@ -20,7 +20,7 @@ inherit cmake pkgconfig
|
|||||||
|
|
||||||
PACKAGECONFIG[python3] = ",,python3-core,python3-core"
|
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 \
|
FILES:${PN} = "${bindir}/pahole \
|
||||||
${libdir}/libdwarves.so* \
|
${libdir}/libdwarves.so* \
|
||||||
|
|||||||
Reference in New Issue
Block a user