From 63bf0841e570903e7fad591a474e4233b98a942a Mon Sep 17 00:00:00 2001 From: tkl Date: Mon, 8 Mar 2021 09:58:51 +0100 Subject: [PATCH] recipes-devtools: Add recipe for RPi.GPIO --- recipes-devtools/rpi.gpio/rpi.gpio_0.7.0.bb | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 recipes-devtools/rpi.gpio/rpi.gpio_0.7.0.bb diff --git a/recipes-devtools/rpi.gpio/rpi.gpio_0.7.0.bb b/recipes-devtools/rpi.gpio/rpi.gpio_0.7.0.bb new file mode 100644 index 0000000..6f1fc24 --- /dev/null +++ b/recipes-devtools/rpi.gpio/rpi.gpio_0.7.0.bb @@ -0,0 +1,18 @@ +SUMMARY = "RPi.GPIO" +SECTION = "Devtools" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" + +PR = "r0" + +SRC_URI[sha256sum] = "7424bc6c205466764f30f666c18187a0824077daf20b295c42f08aea2cb87d3f" + +inherit pypi setuptools3 + +PYPI_PACKAGE = "RPi.GPIO" + +TARGET_CFLAGS += "-fcommon" + +RDEPENDS_${PN} = " \ + python3 \ +"