diff options
Diffstat (limited to 'meta-oe/recipes-extended/libbacktrace/libbacktrace_git.bb')
-rw-r--r-- | meta-oe/recipes-extended/libbacktrace/libbacktrace_git.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/libbacktrace/libbacktrace_git.bb b/meta-oe/recipes-extended/libbacktrace/libbacktrace_git.bb index d540737bc9..6ca8569bc5 100644 --- a/meta-oe/recipes-extended/libbacktrace/libbacktrace_git.bb +++ b/meta-oe/recipes-extended/libbacktrace/libbacktrace_git.bb | |||
@@ -13,7 +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 | S = "${WORKDIR}/git" | 16 | # The current PV is not a git tag but a README content |
17 | UPSTREAM_CHECK_COMMITS = "1" | ||
18 | |||
17 | 19 | ||
18 | inherit autotools | 20 | inherit autotools |
19 | 21 | ||