aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python-rtimu_git.bb
blob: f51a23447269676be2fd41bedf9832865f9414e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
DESCRIPTION = "RTIMULib is a C++ and Python library that makes it easy to use 9-dof and \
10-dof IMUs with embedded Linux systems"
HOMEPAGE = "https://github.com/RPi-Distro/RTIMULib/"
SECTION = "devel/python"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://../../LICENSE;md5=96cdecb41125f498958e09b72faf318e"

SRC_URI = "git://github.com/RPi-Distro/RTIMULib.git;protocol=http;branch=master"
SRCREV = "b949681af69b45f0f7f4bb53b6770037b5b02178"

S = "${WORKDIR}/git/Linux/python/"

inherit setuptools