Andrew Geissler | 3e34fba | 2021-03-05 15:21:55 -0600 | [diff] [blame] | 1 | SUMMARY = "Platform detection for use by libraries like Adafruit-Blinka." |
| 2 | HOMEPAGE = "https://github.com/adafruit/Adafruit_Python_PlatformDetect" |
| 3 | LICENSE = "MIT" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=fccd531dce4b989c05173925f0bbb76c" |
| 5 | |
Andrew Geissler | ad7fa35 | 2021-07-23 12:55:23 -0400 | [diff] [blame] | 6 | SRC_URI = "git://github.com/adafruit/Adafruit_Python_PlatformDetect.git;branch=main" |
Andrew Geissler | 3e34fba | 2021-03-05 15:21:55 -0600 | [diff] [blame] | 7 | SRCREV = "e0fe1b012898fa824944d6805ca74be0fa027968" |
| 8 | |
| 9 | S = "${WORKDIR}/git" |
| 10 | |
| 11 | inherit setuptools3 |
| 12 | |
| 13 | DEPENDS += "python3-setuptools-scm-native" |
| 14 | |
Patrick Williams | 213cb26 | 2021-08-07 19:21:33 -0500 | [diff] [blame] | 15 | RDEPENDS:${PN} += "python3-core" |