summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/musl/musl-nscd_git.bb
Commit message (Collapse)AuthorAgeFilesLines
* recipes: Update SRC_URI branch and protocolsArmin Kuster2021-11-061-1/+1
| | | | | | | | | | | | This patch updates SRC_URIs using git to include branch=master if no branch is set and also to use protocol=https for github urls as generated by the conversion script in OE-Core. I tried backporting Richard's master change but there where many merge conflicts. I went the lazy route and ran the script. This is work based on "b402a3076 recipes: Update SRC_URI branch and protocols" Signed-off-by: Armin Kuster <akuster808@gmail.com>
* musl-nscd: Make lex syntax posix'yKhem Raj2021-03-081-0/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* musl-nscd: Add missing deps on flex and bison during buildKhem Raj2020-11-231-0/+3
| | | | | | | | | | | | | | 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-231-3/+3
| | | | | | | 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>