summaryrefslogtreecommitdiffstats
path: root/recipes-qt
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2021-02-25 15:55:03 -0500
committerScott Murray <scott.murray@konsulko.com>2021-02-25 16:30:33 -0500
commit83e08d62a81dcdcfe9e7bb7bea1bd8469478cd69 (patch)
tree7e56d1d76cd88f8ec99bb860d0abcc40da4dfa66 /recipes-qt
parentf9599349fb143651e48453fcb8391da3166f3854 (diff)
Fix S definitions in various recipes
Bitbake in poky master now warns if the path in the S variable definition has a trailing '/', remove all occurrences to reduce "next" branch maintenance. Bug-AGL: SPEC-3819 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: I226095245c208e579b6b176d333918d5e1c70844
Diffstat (limited to 'recipes-qt')
-rw-r--r--recipes-qt/qt-qrcode/qt-qrcode_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-qt/qt-qrcode/qt-qrcode_git.bb b/recipes-qt/qt-qrcode/qt-qrcode_git.bb
index 0a7ae730..fcc71390 100644
--- a/recipes-qt/qt-qrcode/qt-qrcode_git.bb
+++ b/recipes-qt/qt-qrcode/qt-qrcode_git.bb
@@ -14,6 +14,6 @@ SRC_URI = "git://github.com/danielsanfr/qt-qrcode.git;protocol=https \
SRCREV = "2d57d9c6e2341689d10f9360a16a08831a4a820b"
PV = "git${SRCPV}"
-S = "${WORKDIR}/git/"
+S = "${WORKDIR}/git"
inherit qmake5