diff --git a/srcpkgs/rpi-utils/patches/no-overlaycheck.patch b/srcpkgs/rpi-utils/patches/no-dev.patch similarity index 70% rename from srcpkgs/rpi-utils/patches/no-overlaycheck.patch rename to srcpkgs/rpi-utils/patches/no-dev.patch index 3e64958e238..b94ae0024ef 100644 --- a/srcpkgs/rpi-utils/patches/no-overlaycheck.patch +++ b/srcpkgs/rpi-utils/patches/no-dev.patch @@ -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) diff --git a/srcpkgs/rpi-utils/template b/srcpkgs/rpi-utils/template index 2af87e9e0dd..cd119b3d406 100644 --- a/srcpkgs/rpi-utils/template +++ b/srcpkgs/rpi-utils/template @@ -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 " 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() {