aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-core/musl-rpmatch
AgeCommit message (Collapse)Author
2021-03-18musl-rpmatch_git.bb: add new recipe to provide rpmatch() for musl libc buildsStefan Schmidt
Musl does not provide rpmatch() while glibc does. This is a standalone implementation for musl libc based systems. Using it for a recipe is as simple as adding the dependency and adding -lrpmatch to the LDFLAGS for linking. An example for plymouth is provided as follow up patch. Signed-off-by: Stefan Schmidt <stefan.schmidt@huawei.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>