diff options
-rw-r--r-- | recipes-devtools/python/python3-rtimu_git.bb | 2 |
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 | " |
11 | SRCREV = "b949681af69b45f0f7f4bb53b6770037b5b02178" | 11 | SRCREV = "b949681af69b45f0f7f4bb53b6770037b5b02178" |
12 | 12 | ||
13 | S = "${WORKDIR}/git/Linux/python/" | 13 | S = "${WORKDIR}/git/Linux/python" |
14 | 14 | ||
15 | inherit setuptools3 | 15 | inherit setuptools3 |