diff options
| author | Khem Raj <raj.khem@gmail.com> | 2019-08-10 10:17:15 -0700 |
|---|---|---|
| committer | Andrei Gherzan <andrei@gherzan.ro> | 2019-08-14 13:55:08 +0200 |
| commit | be0e3df5cfb3af0e96068406bba979f3997f1212 (patch) | |
| tree | b5cac35b98c9b416f6be33060b34a9b9fb35ab3f /recipes-devtools/python/python3-rtimu_git.bb | |
| parent | c29c821c37f3bed4d9f8fb768a6522ba83d2bdd2 (diff) | |
| download | meta-raspberrypi-be0e3df5cfb3af0e96068406bba979f3997f1212.tar.gz | |
python-rtimu,python-sense-hat: Convert to py3 modules
py2 is on its way out from oe-core
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-devtools/python/python3-rtimu_git.bb')
| -rw-r--r-- | recipes-devtools/python/python3-rtimu_git.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes-devtools/python/python3-rtimu_git.bb b/recipes-devtools/python/python3-rtimu_git.bb new file mode 100644 index 0000000..c0cb311 --- /dev/null +++ b/recipes-devtools/python/python3-rtimu_git.bb | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | DESCRIPTION = "RTIMULib is a C++ and Python library that makes it easy to use 9-dof and \ | ||
| 2 | 10-dof IMUs with embedded Linux systems" | ||
| 3 | HOMEPAGE = "https://github.com/RPi-Distro/RTIMULib/" | ||
| 4 | SECTION = "devel/python" | ||
| 5 | LICENSE = "MIT" | ||
| 6 | LIC_FILES_CHKSUM = "file://../../LICENSE;md5=96cdecb41125f498958e09b72faf318e" | ||
| 7 | |||
| 8 | SRC_URI = "git://github.com/RPi-Distro/RTIMULib.git;protocol=http;branch=master \ | ||
| 9 | file://0001-include-asm-ioctl.h-for-ioctl-define.patch;patchdir=../.. \ | ||
| 10 | " | ||
| 11 | SRCREV = "b949681af69b45f0f7f4bb53b6770037b5b02178" | ||
| 12 | |||
| 13 | S = "${WORKDIR}/git/Linux/python/" | ||
| 14 | |||
| 15 | inherit setuptools3 | ||
