mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-09 21:51:16 +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:
parent
3a8e18f038
commit
44147c5bb7
@ -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* \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user