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]
18 lines
801 B
Text
18 lines
801 B
Text
# Maintainer: Clayton Craft <clayton@craftyguy.net>
|
|
pkgname=firmware-siliconlabs-rs9116
|
|
pkgver=2.0.0
|
|
pkgrel=0
|
|
pkgdesc="Firmware for the SiliconLabs RS9116 Wifi/BT adapter"
|
|
url="https://github.com/SiliconLabs/RS911X-nLink-OSD"
|
|
arch="aarch64"
|
|
license="proprietary"
|
|
options="!check !strip !archcheck !tracedeps pmb:cross-native"
|
|
source="$pkgname-$pkgver.tar.gz::https://github.com/SiliconLabs/RS911X-nLink-OSD/archive/refs/tags/v$pkgver.tar.gz"
|
|
builddir="$srcdir/RS911X-nLink-OSD-$pkgver"
|
|
|
|
package() {
|
|
install -Dm644 Firmware/pmemdata_wlan_bt_classic \
|
|
"$pkgdir"/lib/firmware/postmarketos/pmemdata_wlan_bt_classic
|
|
}
|
|
|
|
sha512sums="3b7c9ea8a9a150896a429e85409e6dbc3b44711a851c3160d27744dd260400ffb30e467940c671a7a5f8fa7738919337c6d0b7f8ddc7572431039df27eb4f15f firmware-siliconlabs-rs9116-2.0.0.tar.gz"
|