From 957118ac8626163afe3011b1c74b0c45d94cb9ed Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sun, 11 Oct 2020 17:05:22 +0200 Subject: [PATCH] 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 --- recipes-devtools/python/python3-rtimu_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 " SRCREV = "b949681af69b45f0f7f4bb53b6770037b5b02178" -S = "${WORKDIR}/git/Linux/python/" +S = "${WORKDIR}/git/Linux/python" inherit setuptools3