recipes-devtools: Add recipe for RPi.GPIO
This commit is contained in:
parent
dd5a355dd5
commit
63bf0841e5
18
recipes-devtools/rpi.gpio/rpi.gpio_0.7.0.bb
Normal file
18
recipes-devtools/rpi.gpio/rpi.gpio_0.7.0.bb
Normal file
@ -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 \
|
||||
"
|
Loading…
Reference in New Issue
Block a user