diff options
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.bb | 4 |
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 | |||
7 | PV = "1.0+git" | 7 | PV = "1.0+git" |
8 | SRCREV = "46267b154987d3e1f25d3a75423faa62bb5ee342" | 8 | SRCREV = "46267b154987d3e1f25d3a75423faa62bb5ee342" |
9 | 9 | ||
10 | # Upstream repo has not made releases/tags after 1.0 | ||
11 | UPSTREAM_CHECK_COMMITS = "1" | ||
12 | |||
10 | inherit autotools | 13 | inherit autotools |
11 | 14 | ||
12 | S = "${WORKDIR}/git" | ||