Merge pull request #2019 from jcaesar/master

alarm/raspberrypi-utils: add dtc as runtime dependency
This commit is contained in:
graysky 2023-12-29 08:24:08 -05:00 committed by GitHub
commit 298a8b37bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,8 @@ pkgdesc="Legacy scripts and simple applications for Raspberry Pi"
arch=('aarch64' 'armv7h')
url="https://github.com/raspberrypi/utils"
license=('custom')
makedepends=('cmake' 'dtc')
makedepends=('cmake' )
depends=('dtc')
replaces=('raspberrypi-firmware')
conflicts=('raspberrypi-firmware')
options=(!strip)