summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2020-10-11 17:05:22 +0200
committerAndrei Gherzan <andrei@gherzan.ro>2020-10-11 20:27:56 +0100
commit6ed1b4ca6408f0a3a77de7adae03629d278048d9 (patch)
tree6f63c5c1ade537f9bee8dd5c20275c6cf5517ae0
parente13d6a218863beaebef7a2cbb85764330343338a (diff)
downloadmeta-raspberrypi-6ed1b4ca6408f0a3a77de7adae03629d278048d9.tar.gz
python3-rtimu: don't use trailing slash in S
* see oe-core base.bbclass changes from: https://lists.openembedded.org/g/openembedded-core/message/143159 https://lists.openembedded.org/g/openembedded-core/message/143161 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--recipes-devtools/python/python3-rtimu_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-devtools/python/python3-rtimu_git.bb b/recipes-devtools/python/python3-rtimu_git.bb
index c0cb311..4f13a38 100644
--- a/recipes-devtools/python/python3-rtimu_git.bb
+++ b/recipes-devtools/python/python3-rtimu_git.bb
@@ -10,6 +10,6 @@ SRC_URI = "git://github.com/RPi-Distro/RTIMULib.git;protocol=http;branch=master
10 " 10 "
11SRCREV = "b949681af69b45f0f7f4bb53b6770037b5b02178" 11SRCREV = "b949681af69b45f0f7f4bb53b6770037b5b02178"
12 12
13S = "${WORKDIR}/git/Linux/python/" 13S = "${WORKDIR}/git/Linux/python"
14 14
15inherit setuptools3 15inherit setuptools3