summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/pahole/pahole_1.24.bb
Commit message (Collapse)AuthorAgeFilesLines
* pahole: respect libdirMartin Jansa2023-04-071-1/+1
| | | | | | | | | * 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>
* pahole: Upgrade to tip of trunkKhem Raj2023-03-091-0/+33
Drop patches already present in 1.24+ Needed to get fixes to build with latest libbpf APIs Signed-off-by: Khem Raj <raj.khem@gmail.com>