xref: /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-core/musl-rpmatch/musl-rpmatch_git.bb (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1SUMMARY = "Implementation of rpmatch(3) for musl libc."
2LICENSE = "BSD-3-Clause"
3LIC_FILES_CHKSUM = "file://COPYING;md5=81a81bf31abecc50c20862fc8a716329"
4
5SRC_URI = "gitsm://github.com/pullmoll/musl-rpmatch.git;protocol=https;branch=master"
6
7PV = "1.0+git${SRCPV}"
8SRCREV = "46267b154987d3e1f25d3a75423faa62bb5ee342"
9
10inherit autotools
11
12S = "${WORKDIR}/git"
13