summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-extended/libbacktrace/libbacktrace_git.bb3
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
13PV = "1.0+git" 13PV = "1.0+git"
14SRCREV = "9ae4f4ae4481b1e69d38ed810980d33103544613" 14SRCREV = "9ae4f4ae4481b1e69d38ed810980d33103544613"
15 15
16# The current PV is not a git tag but a README content
17UPSTREAM_CHECK_COMMITS = "1"
18
16S = "${WORKDIR}/git" 19S = "${WORKDIR}/git"
17 20
18inherit autotools 21inherit autotools