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>
This commit is contained in:
Martin Jansa
2020-10-11 17:05:22 +02:00
committed by Andrei Gherzan
parent e13d6a2188
commit 6ed1b4ca64

View File

@ -10,6 +10,6 @@ SRC_URI = "git://github.com/RPi-Distro/RTIMULib.git;protocol=http;branch=master
"
SRCREV = "b949681af69b45f0f7f4bb53b6770037b5b02178"
S = "${WORKDIR}/git/Linux/python/"
S = "${WORKDIR}/git/Linux/python"
inherit setuptools3