From 70e7860820f13ec7ad701fe458e6669848746bc7 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Sun, 20 Dec 2015 22:53:16 +0200 Subject: python-rtimu: Add recipe to support RTIMULib RTIMULib is a C++ and Python library that makes it easy to use 9-dof and 10-dof IMUs with embedded Linux systems. Python module for Raspberry Pi Sense HAT depends on it. Python module python-rtimu uses the source code from the GitHub repository of RPi-Distro. Signed-off-by: Leon Anavi Signed-off-by: Andrei Gherzan --- recipes-devtools/python/python-rtimu_git.bb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 recipes-devtools/python/python-rtimu_git.bb (limited to 'recipes-devtools/python/python-rtimu_git.bb') diff --git a/recipes-devtools/python/python-rtimu_git.bb b/recipes-devtools/python/python-rtimu_git.bb new file mode 100644 index 0000000..f51a234 --- /dev/null +++ b/recipes-devtools/python/python-rtimu_git.bb @@ -0,0 +1,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 -- cgit v1.2.3-54-g00ecf