From c6b8e467cfd8693d7071f4b86cd353ed86697518 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Tue, 23 Feb 2021 14:47:28 -0500 Subject: meta-agl-core: fix S definition in waltham-transmitter-plugin 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 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 --- meta-agl-core/recipes-graphics/wayland/waltham-transmitter-plugin.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-agl-core/recipes-graphics/wayland/waltham-transmitter-plugin.bb b/meta-agl-core/recipes-graphics/wayland/waltham-transmitter-plugin.bb index da46d06f9..aed96de21 100644 --- a/meta-agl-core/recipes-graphics/wayland/waltham-transmitter-plugin.bb +++ b/meta-agl-core/recipes-graphics/wayland/waltham-transmitter-plugin.bb @@ -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 -- cgit 1.2.3-korg