summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/libexecinfo
Commit message (Collapse)AuthorAgeFilesLines
* libexecinfo: fix complie issueArmin Kuster2017-09-071-1/+1
| | | | | | | | | | | | | | define _GNU_SOURCES to fix compile issue: execinfo.c:76:5: error: unknown type name 'Dl_info' | Dl_info info; | ^~~~~~~ | execinfo.c:83:13: warning: implicit declaration of function 'dladdr' [-Wimplicit-function-declaration] | if (dladdr(buffer[i], &info) != 0) { V2: Merged two CFLAGS lines into one. Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libexecinfo: Add recipeKhem Raj2017-04-053-0/+169
This package is handy especially with musl to port apps which use glibc backtrace APIs build for musl systems alone Signed-off-by: Khem Raj <raj.khem@gmail.com>