blob: c0cb311000a21a1705128f3ef92cb0851a574f23 [file] [log] [blame]
Patrick Williams8b8bc412016-08-17 15:02:23 -05001DESCRIPTION = "RTIMULib is a C++ and Python library that makes it easy to use 9-dof and \
210-dof IMUs with embedded Linux systems"
3HOMEPAGE = "https://github.com/RPi-Distro/RTIMULib/"
4SECTION = "devel/python"
5LICENSE = "MIT"
6LIC_FILES_CHKSUM = "file://../../LICENSE;md5=96cdecb41125f498958e09b72faf318e"
7
8SRC_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 "
11SRCREV = "b949681af69b45f0f7f4bb53b6770037b5b02178"
12
13S = "${WORKDIR}/git/Linux/python/"
14
Brad Bishop26bdd442019-08-16 17:08:17 -040015inherit setuptools3