From 83e08d62a81dcdcfe9e7bb7bea1bd8469478cd69 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Thu, 25 Feb 2021 15:55:03 -0500 Subject: 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 Change-Id: I226095245c208e579b6b176d333918d5e1c70844 --- .../qtquickcontrols2-agl-style/qtquickcontrols2-agl-style_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-demo/qtquickcontrols2-agl-style/qtquickcontrols2-agl-style_git.bb') diff --git a/recipes-demo/qtquickcontrols2-agl-style/qtquickcontrols2-agl-style_git.bb b/recipes-demo/qtquickcontrols2-agl-style/qtquickcontrols2-agl-style_git.bb index 605c4ceb..be2eace5 100644 --- a/recipes-demo/qtquickcontrols2-agl-style/qtquickcontrols2-agl-style_git.bb +++ b/recipes-demo/qtquickcontrols2-agl-style/qtquickcontrols2-agl-style_git.bb @@ -10,7 +10,7 @@ PV = "1.0+git${SRCPV}" SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/qtquickcontrols2-agl-style;protocol=https;branch=${AGL_BRANCH}" SRCREV = "c02692a3c20d9aed1192137a67d5be882c60e71f" -S = "${WORKDIR}/git/" +S = "${WORKDIR}/git" inherit qmake5 -- cgit 1.2.3-korg