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:

committed by
Andrei Gherzan

parent
e13d6a2188
commit
6ed1b4ca64
@ -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
|
||||
|
Reference in New Issue
Block a user