From: Khem Raj Date: Tue, 13 Oct 2020 18:19:52 +0000 (-0700) Subject: xf86-video-imx-vivante: Remove trailing slash from S X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=34529a497e3e0faf64b2bab0f05f6948ade13690;p=meta-freescale.git xf86-video-imx-vivante: Remove trailing slash from S Signed-off-by: Khem Raj --- diff --git a/recipes-graphics/xorg-driver/xf86-video-imx-vivante_6.4.0.p0.0.bb b/recipes-graphics/xorg-driver/xf86-video-imx-vivante_6.4.0.p0.0.bb index 9268b11e..069008c0 100644 --- a/recipes-graphics/xorg-driver/xf86-video-imx-vivante_6.4.0.p0.0.bb +++ b/recipes-graphics/xorg-driver/xf86-video-imx-vivante_6.4.0.p0.0.bb @@ -18,7 +18,7 @@ SRCBRANCH = "imx_exa_viv6_g2d" SRC_URI = "git://source.codeaurora.org/external/imx/xf86-video-imx-vivante.git;protocol=https;branch=${SRCBRANCH} \ file://rc.autohdmi" -S = "${WORKDIR}/git/" +S = "${WORKDIR}/git" INITSCRIPT_PACKAGES = "xserver-xorg-extension-viv-autohdmi" INITSCRIPT_NAME = "rc.autohdmi"