summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/qad
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-extended/qad')
-rw-r--r--meta-oe/recipes-extended/qad/qad_git.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/qad/qad_git.bb b/meta-oe/recipes-extended/qad/qad_git.bb
index 0bc94121a7..189d2f9d15 100644
--- a/meta-oe/recipes-extended/qad/qad_git.bb
+++ b/meta-oe/recipes-extended/qad/qad_git.bb
@@ -14,7 +14,9 @@ SRC_URI = "git://gitlab.com/CodethinkLabs/qad/qad;branch=main;protocol=https \
14 14
15SRCREV = "ae0c099c1fdc0ca6f5d631cea6b302937122b362" 15SRCREV = "ae0c099c1fdc0ca6f5d631cea6b302937122b362"
16 16
17S = "${WORKDIR}/git" 17# Upstream repo does not tag
18UPSTREAM_CHECK_COMMITS = "1"
19
18PV = "0.0+git" 20PV = "0.0+git"
19 21
20DEPENDS = "cjson libmicrohttpd libdrm libpng" 22DEPENDS = "cjson libmicrohttpd libdrm libpng"