summaryrefslogtreecommitdiffstats
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.bb4
1 files changed, 3 insertions, 1 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
index 0bb45b8eaf..9c4db7efec 100644
--- a/meta-oe/recipes-core/musl-rpmatch/musl-rpmatch_git.bb
+++ b/meta-oe/recipes-core/musl-rpmatch/musl-rpmatch_git.bb
@@ -7,6 +7,8 @@ SRC_URI = "gitsm://github.com/pullmoll/musl-rpmatch.git;protocol=https;branch=ma
7PV = "1.0+git" 7PV = "1.0+git"
8SRCREV = "46267b154987d3e1f25d3a75423faa62bb5ee342" 8SRCREV = "46267b154987d3e1f25d3a75423faa62bb5ee342"
9 9
10# Upstream repo has not made releases/tags after 1.0
11UPSTREAM_CHECK_COMMITS = "1"
12
10inherit autotools 13inherit autotools
11 14
12S = "${WORKDIR}/git"