aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-core/musl-rpmatch
AgeCommit message (Collapse)Author
2021-11-13recipes: Update SRC_URI branch and protocolsArmin Kuster
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. Signed-off-by: Armin Kuster <akuster808@gmail.com>
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>