Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Drop unnecessary SRC_URI md5sum from the recipes in meta-oe. | J. S. | 2024-11-05 | 1 | -1/+0 |
| | | | | | Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
* | libexecinfo: fix complie issue | Armin Kuster | 2017-09-07 | 1 | -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 recipe | Khem Raj | 2017-04-05 | 1 | -0/+31 |
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> |