Files
meta-raspberrypi/recipes-devtools/python/python3-adafruit-platformdetect_3.89.1.bb
Leon Anavi a89c5fdff9 python3-adafruit-platformdetect: 3.27.0 -> 3.89.1
Upgrade to release 3.89.1:

- Fix BeagleBone ID Lookup for BeaglePlay on newest image

From release 3.89.0:

- Move XU4 detection above hardware field check
- Fix chip detection failure on Alpine Linux and other
  non-standard distros
- Bump max-module-lines from 1000 to 2000
- Fix Orange Pi detection on non-Armbian systems (Debian)
- Fix PocketBeagle 2 support: correct DT compatible string and
  black formatting
- Update Read the Docs configuration for latest Ubuntu and Python

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
2026-08-15 10:11:01 -07:00

18 lines
523 B
BlitzBasic

SUMMARY = "Platform detection for use by libraries like Adafruit-Blinka."
HOMEPAGE = "https://github.com/adafruit/Adafruit_Python_PlatformDetect"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=fccd531dce4b989c05173925f0bbb76c"
SRC_URI[sha256sum] = "74552d1afcf779a84ca63527a1eaee9995c429ff422db15492bad0c3599cab4b"
PYPI_PACKAGE = "adafruit_platformdetect"
inherit pypi python_setuptools_build_meta
DEPENDS += "\
python3-setuptools-scm-native \
python3-wheel-native \
"
RDEPENDS:${PN} += "python3-core"