aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/libexecinfo/libexecinfo_1.1.bb
AgeCommit message (Collapse)Author
2017-08-31libexecinfo: fix complie issueakuster/masterArmin Kuster
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) { Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-04-05libexecinfo: Add recipeKhem Raj
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>