summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/musl
Commit message (Collapse)AuthorAgeFilesLines
* musl-nscd: Add missing deps on flex and bison during buildKhem Raj2020-11-232-0/+32
| | | | | | | | | | | | | | Fix check for flex Fails in do_compile at times see below cp dist/src/nsswitch.yy.c obj/src/nsswitch.yy.c cp: cannot create regular file 'obj/src/nsswitch.yy.c': No such file or directory Makefile:78: recipe for target 'obj/src/nsswitch.yy.c' failed make: *** [obj/src/nsswitch.yy.c] Error 1 Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Armin Kuster <akuster808@gmail.com>
* musl-nscd: Replace -fcommon with code patchKhem Raj2020-11-232-3/+46
| | | | | | | The patch fixes the need for -fcommon Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Armin Kuster <akuster808@gmail.com>
* musl-nscd: Update to latestKhem Raj2020-11-031-1/+1
| | | | | | | Get fix https://github.com/pikhq/musl-nscd/commit/ce81a80e30c2041d8260115fac86831ff64c354a Signed-off-by: Khem Raj <raj.khem@gmail.com>
* musl-nscd: add packageArmin Kuster2020-10-091-0/+37
Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>