summaryrefslogtreecommitdiff
path: root/recipes-devtools
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2020-10-18 13:19:07 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2020-10-18 13:19:07 +0200
commitb5780b86c777a6627f74de8e6de5698d2491b1ce (patch)
treee080ddeeca9acc1d66a25c84cfeef5f736ae28ba /recipes-devtools
parente299ae9a8dacd4de6e9f1d59a37fef6aab68126e (diff)
recipes: drop trailing / from path specifier
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'recipes-devtools')
-rw-r--r--recipes-devtools/serialtest/serial-test_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-devtools/serialtest/serial-test_git.bb b/recipes-devtools/serialtest/serial-test_git.bb
index 7cbc969..c149168 100644
--- a/recipes-devtools/serialtest/serial-test_git.bb
+++ b/recipes-devtools/serialtest/serial-test_git.bb
@@ -7,6 +7,6 @@ SRCREV = "d5d32b0765f0ae78e6ec4cbe6ad0800e470aaf67"
SRC_URI = "git://github.com/cbrake/linux-serial-test.git;branch=master;protocol=git"
-S = "${WORKDIR}/git/"
+S = "${WORKDIR}/git"
inherit cmake