blob: 1afbb5f16937e02434ee2351e43fd4d46636f483 [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
Andrew Geissler595f6302022-01-24 19:11:47 +00008SRC_URI = "git://github.com/RPi-Distro/RTIMULib.git;protocol=http;branch=master;protocol=https \
Patrick Williams8b8bc412016-08-17 15:02:23 -05009 file://0001-include-asm-ioctl.h-for-ioctl-define.patch;patchdir=../.. \
Andrew Geissler9aee5002022-03-30 16:27:02 +000010 file://0001-setup.py-Port-to-use-setuptools.patch;patchdir=../.. \
Patrick Williams8b8bc412016-08-17 15:02:23 -050011 "
12SRCREV = "b949681af69b45f0f7f4bb53b6770037b5b02178"
13
Andrew Geissler5c4154f2020-10-16 10:13:56 -050014S = "${WORKDIR}/git/Linux/python"
Brad Bishop26bdd442019-08-16 17:08:17 -040015inherit setuptools3