From e41da0779bedaf9e37fe7c5a901bef10ecf22351 Mon Sep 17 00:00:00 2001 From: Yoann Congal Date: Fri, 19 Jul 2024 17:58:58 +0200 Subject: qad: Add UPSTREAM_CHECK_COMMITS Upstream repo does not tag so, use UPSTREAM_CHECK_COMMITS to detect upstream updates. Signed-off-by: Yoann Congal Reviewed-by: Alexandre Truong Signed-off-by: Khem Raj --- meta-oe/recipes-extended/qad/qad_git.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-oe/recipes-extended/qad/qad_git.bb b/meta-oe/recipes-extended/qad/qad_git.bb index 0bc94121a7..c68469fce5 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 \ SRCREV = "ae0c099c1fdc0ca6f5d631cea6b302937122b362" +# Upstream repo does not tag +UPSTREAM_CHECK_COMMITS = "1" + S = "${WORKDIR}/git" PV = "0.0+git" -- cgit v1.2.3-54-g00ecf