rpi-utils: update to 20241218.

This commit is contained in:
classabbyamp 2024-12-30 13:40:13 -05:00 committed by classabbyamp
parent 236cd303a4
commit 979c04cc10
2 changed files with 10 additions and 4 deletions

View File

@ -2,13 +2,19 @@ This program is not very useful as a downstream, it seems to be only intended
for internal QA. It also has a lot of weird things like hardcoding the prefixed
cpp to use and putting a text file in /usr/bin.
piolib is apparently still heavily in development so it doesn't make sense to
install for now
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -5,7 +5,6 @@
@@ -5,10 +5,8 @@
# List of subsidiary CMakeLists
add_subdirectory(dtmerge)
add_subdirectory(otpset)
-add_subdirectory(overlaycheck)
add_subdirectory(ovmerge)
add_subdirectory(pinctrl)
-add_subdirectory(piolib)
add_subdirectory(raspinfo)
add_subdirectory(vcgencmd)
add_subdirectory(vclog)

View File

@ -1,8 +1,8 @@
# Template file for 'rpi-utils'
pkgname=rpi-utils
version=20240523
version=20241218
revision=1
_commit=b9c63214c535d7df2b0fa6743b7b3e508363c25a
_commit=6eed75853f8fee9dbf0ea725ded4ad1adb571453
archs="aarch64* armv7l* armv6l*"
build_style=cmake
makedepends="dtc-devel"
@ -12,7 +12,7 @@ maintainer="classabbyamp <void@placeviolette.net>"
license="BSD-3-Clause"
homepage="https://github.com/raspberrypi/utils"
distfiles="https://github.com/raspberrypi/utils/archive/${_commit}.tar.gz"
checksum=e2dd917ba498c3cc24fbcea6a3e14fd06ed99d0b00a230b1ec8a3d36ad2b0ac9
checksum=0c4f7b2e79ddf79f03c7bd12f434af1ed7f50bd6107b2145e3d4f1178ee9b710
python_version=3
post_install() {