Patrick Williams | 8b8bc41 | 2016-08-17 15:02:23 -0500 | [diff] [blame] | 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 | |
Andrew Geissler | 5c4154f | 2020-10-16 10:13:56 -0500 | [diff] [blame] | 13 | S = "${WORKDIR}/git/Linux/python" |
Patrick Williams | 8b8bc41 | 2016-08-17 15:02:23 -0500 | [diff] [blame] | 14 | |
Brad Bishop | 26bdd44 | 2019-08-16 17:08:17 -0400 | [diff] [blame] | 15 | inherit setuptools3 |