diff options
| author | Yoann Congal <yoann.congal@smile.fr> | 2024-07-19 17:58:58 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-08-09 14:25:10 -0700 |
| commit | e41da0779bedaf9e37fe7c5a901bef10ecf22351 (patch) | |
| tree | dd9c1b23019f77c6b66ef9da0dff66dbf9451d93 | |
| parent | 0f756226c05b75fed9ce7c113c4a21720e7c599e (diff) | |
| download | meta-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.bb | 3 |
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 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 \ | |||
| 14 | 14 | ||
| 15 | SRCREV = "ae0c099c1fdc0ca6f5d631cea6b302937122b362" | 15 | SRCREV = "ae0c099c1fdc0ca6f5d631cea6b302937122b362" |
| 16 | 16 | ||
| 17 | # Upstream repo does not tag | ||
| 18 | UPSTREAM_CHECK_COMMITS = "1" | ||
| 19 | |||
| 17 | S = "${WORKDIR}/git" | 20 | S = "${WORKDIR}/git" |
| 18 | PV = "0.0+git" | 21 | PV = "0.0+git" |
| 19 | 22 | ||
