95d375879c
Add pmb:cross-native/!tracedeps to applicable firmware packages and secure both with a test. This sets the pmb:cross-native and !tracedeps options on all firmware-* packages that are compatible with the native compilation method. A unit test ensures the presence of both options while maintaining a list of exempted packages. Fixes: #718 [ci:ignore-count] [ci:skip-vercheck] [ci:skip-build]
17 lines
782 B
Text
17 lines
782 B
Text
# Maintainer: Martijn Braam <martijn@brixit.nl>
|
|
pkgname=firmware-pine64-ov5640
|
|
pkgver=0_git20201028
|
|
pkgrel=0
|
|
_commit="61beaa4eb1ad87ad067cfbe123fbcd0a0cf01246"
|
|
pkgdesc="Firmware for the ov5640 autofocus"
|
|
url="https://github.com/pmsourcedump/ov5640"
|
|
arch="aarch64"
|
|
license="proprietary"
|
|
options="!check !strip !archcheck !tracedeps pmb:cross-native"
|
|
source="$pkgname-$_commit.bin::https://github.com/pmsourcedump/ov5640/blob/$_commit/ov5640_af.bin?raw=true"
|
|
|
|
package() {
|
|
install -Dm644 "$srcdir"/$pkgname-$_commit.bin "$pkgdir"/lib/firmware/postmarketos/ov5640_af.bin
|
|
}
|
|
|
|
sha512sums="4e0c050f483e2e6c4584874a70e90748f8adfb612c8eef38b877d69d8085dbe29f3ae36bb9c299dc5a3986223d82bd51d4eefcaa9709bcfbca5a249098cfb0f0 firmware-pine64-ov5640-61beaa4eb1ad87ad067cfbe123fbcd0a0cf01246.bin"
|