aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Baryshkov <dmitry.baryshkov@linaro.org>2020-11-04 22:10:36 +0300
committerDmitry Baryshkov <dmitry.baryshkov@linaro.org>2020-11-05 02:13:51 +0300
commit11091b487e1ad4c6a4adfac34d958a3d9d9ccd17 (patch)
tree56b621702d44e8b18d7b21c040513f09c508dc16
parent5d597715e66ddda317557ff2466fb236b7d9e7fc (diff)
meta-linaro: files-injection: remove trailing slash warning
Current bitbake will spew a warning regarding S and B variables ending with the trailing slash. Fix those warnings by removing the slash in question. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Change-Id: Ie32e83370e5cded3d279d8b54ca62e9b90009dbb
-rw-r--r--meta-linaro/recipes-linaro/files-injection/files-injection.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-linaro/recipes-linaro/files-injection/files-injection.bb b/meta-linaro/recipes-linaro/files-injection/files-injection.bb
index de4677b5..68b6dcec 100644
--- a/meta-linaro/recipes-linaro/files-injection/files-injection.bb
+++ b/meta-linaro/recipes-linaro/files-injection/files-injection.bb
@@ -3,7 +3,7 @@ LICENSE = "CLOSED"
SRC_URI = "file://files-to-inject.tar.xz"
-S = "${WORKDIR}/files-to-inject/"
+S = "${WORKDIR}/files-to-inject"
# all files will be put in /opt/ directory with keeping tarball structure