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]
21 lines
963 B
Text
21 lines
963 B
Text
pkgname=firmware-samsung-i747m
|
|
pkgver=1
|
|
pkgrel=1
|
|
_commit="15cea7e29a50a85f7cd5ce27e5ff865314467ca3"
|
|
pkgdesc="Samsung Galaxy SIII i747m Firmware"
|
|
url="https://github.com/Zerospeed8/device_samsung_d2att"
|
|
arch="armhf"
|
|
license="proprietary"
|
|
source="$pkgname-$_commit.tar.gz::https://github.com/Zerospeed8/device_samsung_d2att/archive/$_commit.tar.gz"
|
|
options="!check !strip !archcheck !spdx !tracedeps pmb:cross-native"
|
|
builddir="$srcdir/device_samsung_d2att-$_commit"
|
|
|
|
package() {
|
|
# Wifi
|
|
install -Dm644 vendor/samsung/d2att/proprietary/etc/wifi/bcmdhd_sta.bin_b2 \
|
|
"$pkgdir/lib/firmware/postmarketos/bcmdhd_sta.bin_b2"
|
|
install -Dm644 vendor/samsung/d2att/proprietary/etc/wifi/nvram_net.txt \
|
|
"$pkgdir/lib/firmware/postmarketos/nvram_net.txt"
|
|
}
|
|
|
|
sha512sums="b212ab69c782e45e0ee1005bd952ed763437693e769f5309da482b8138a1357d070f60a11185c7c30e61a0841dde08153a4d5a78da3e51ab3aa8ebd5dfddeec7 firmware-samsung-i747m-15cea7e29a50a85f7cd5ce27e5ff865314467ca3.tar.gz"
|