aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-core/musl-rpmatch/musl-rpmatch_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-core/musl-rpmatch/musl-rpmatch_git.bb')
-rw-r--r--meta-oe/recipes-core/musl-rpmatch/musl-rpmatch_git.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-oe/recipes-core/musl-rpmatch/musl-rpmatch_git.bb b/meta-oe/recipes-core/musl-rpmatch/musl-rpmatch_git.bb
new file mode 100644
index 0000000000..0bb45b8eaf
--- /dev/null
+++ b/meta-oe/recipes-core/musl-rpmatch/musl-rpmatch_git.bb
@@ -0,0 +1,12 @@
+SUMMARY = "Implementation of rpmatch(3) for musl libc."
+LICENSE = "BSD-3-Clause"
+LIC_FILES_CHKSUM = "file://COPYING;md5=81a81bf31abecc50c20862fc8a716329"
+
+SRC_URI = "gitsm://github.com/pullmoll/musl-rpmatch.git;protocol=https;branch=master"
+
+PV = "1.0+git"
+SRCREV = "46267b154987d3e1f25d3a75423faa62bb5ee342"
+
+inherit autotools
+
+S = "${WORKDIR}/git"