meta-devtools: Rename python3 packages

This commit is contained in:
tkl
2021-12-08 19:51:43 +01:00
parent 1270ababde
commit 2b74b65415
6 changed files with 6 additions and 10 deletions

View 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 \
"

View File

@@ -0,0 +1,16 @@
SUMMARY = "RPi.GPIO"
SECTION = "Devtools"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
PR = "r0"
SRC_URI[sha256sum] = "11c684af807c89c6f066ed93cb7cfc00082095fef8899e412e92e748e642d9c1"
inherit pypi setuptools3
PYPI_PACKAGE = "w1thermsensor"
RDEPENDS_${PN} = " \
python3 \
"