meta-agl-core: fix S definition in waltham-transmitter-plugin 95/26095/2
authorScott Murray <scott.murray@konsulko.com>
Tue, 23 Feb 2021 19:47:28 +0000 (14:47 -0500)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Mon, 1 Mar 2021 16:50:57 +0000 (16:50 +0000)
Bitbake now warns if the path in the S variable definition has a
trailing '/', remove it.

Bug-AGL: SPEC-3819

Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: Ib1f24e03a0878b895b3bd08d2579b0e7b379a2b2
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/26095
Tested-by: Jenkins Job builder account
ci-image-build: Jenkins Job builder account
ci-image-boot-test: Jenkins Job builder account
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
meta-agl-core/recipes-graphics/wayland/waltham-transmitter-plugin.bb

index da46d06..aed96de 100644 (file)
@@ -9,7 +9,7 @@ DEPENDS += "wayland wayland-native waltham weston"
 SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/waltham-transmitter-plugin.git;protocol=https;branch=${AGL_BRANCH}"
 SRCREV = "c9d23a045e6cb46c023c15f8189ef3ee8b1ddf20"
 
-S = "${WORKDIR}/git/"
+S = "${WORKDIR}/git"
 
 inherit meson pkgconfig python3native