diff options
-rw-r--r-- | meta-oe/recipes-extended/libbacktrace/libbacktrace_git.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/libbacktrace/libbacktrace_git.bb b/meta-oe/recipes-extended/libbacktrace/libbacktrace_git.bb index d540737bc9..0c2382fe85 100644 --- a/meta-oe/recipes-extended/libbacktrace/libbacktrace_git.bb +++ b/meta-oe/recipes-extended/libbacktrace/libbacktrace_git.bb | |||
@@ -13,6 +13,9 @@ SRC_URI = "git://github.com/ianlancetaylor/libbacktrace;protocol=https;branch=ma | |||
13 | PV = "1.0+git" | 13 | PV = "1.0+git" |
14 | SRCREV = "9ae4f4ae4481b1e69d38ed810980d33103544613" | 14 | SRCREV = "9ae4f4ae4481b1e69d38ed810980d33103544613" |
15 | 15 | ||
16 | # The current PV is not a git tag but a README content | ||
17 | UPSTREAM_CHECK_COMMITS = "1" | ||
18 | |||
16 | S = "${WORKDIR}/git" | 19 | S = "${WORKDIR}/git" |
17 | 20 | ||
18 | inherit autotools | 21 | inherit autotools |