summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYoann Congal <yoann.congal@smile.fr>2024-07-19 17:58:58 +0200
committerKhem Raj <raj.khem@gmail.com>2024-08-09 14:25:10 -0700
commite41da0779bedaf9e37fe7c5a901bef10ecf22351 (patch)
treedd9c1b23019f77c6b66ef9da0dff66dbf9451d93
parent0f756226c05b75fed9ce7c113c4a21720e7c599e (diff)
downloadmeta-openembedded-e41da0779bedaf9e37fe7c5a901bef10ecf22351.tar.gz
qad: Add UPSTREAM_CHECK_COMMITS
Upstream repo does not tag so, use UPSTREAM_CHECK_COMMITS to detect upstream updates. Signed-off-by: Yoann Congal <yoann.congal@smile.fr> Reviewed-by: Alexandre Truong <alexandre.truong@smile.fr> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-extended/qad/qad_git.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/qad/qad_git.bb b/meta-oe/recipes-extended/qad/qad_git.bb
index 0bc94121a..c68469fce 100644
--- a/meta-oe/recipes-extended/qad/qad_git.bb
+++ b/meta-oe/recipes-extended/qad/qad_git.bb
@@ -14,6 +14,9 @@ SRC_URI = "git://gitlab.com/CodethinkLabs/qad/qad;branch=main;protocol=https \
14 14
15SRCREV = "ae0c099c1fdc0ca6f5d631cea6b302937122b362" 15SRCREV = "ae0c099c1fdc0ca6f5d631cea6b302937122b362"
16 16
17# Upstream repo does not tag
18UPSTREAM_CHECK_COMMITS = "1"
19
17S = "${WORKDIR}/git" 20S = "${WORKDIR}/git"
18PV = "0.0+git" 21PV = "0.0+git"
19 22