mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-08-31 13:19:28 +00:00
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>
This commit is contained in:
+8
-4
@@ -3,11 +3,15 @@ HOMEPAGE = "https://github.com/adafruit/Adafruit_Python_PlatformDetect"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=fccd531dce4b989c05173925f0bbb76c"
|
||||
|
||||
SRC_URI = "git://github.com/adafruit/Adafruit_Python_PlatformDetect.git;branch=main;protocol=https"
|
||||
SRCREV = "e1460098eeca5ea573f92814691bb378e15530d9"
|
||||
SRC_URI[sha256sum] = "74552d1afcf779a84ca63527a1eaee9995c429ff422db15492bad0c3599cab4b"
|
||||
|
||||
inherit setuptools3
|
||||
PYPI_PACKAGE = "adafruit_platformdetect"
|
||||
|
||||
DEPENDS += "python3-setuptools-scm-native"
|
||||
inherit pypi python_setuptools_build_meta
|
||||
|
||||
DEPENDS += "\
|
||||
python3-setuptools-scm-native \
|
||||
python3-wheel-native \
|
||||
"
|
||||
|
||||
RDEPENDS:${PN} += "python3-core"
|
||||
Reference in New Issue
Block a user