samsung-kyle: remove nonfree-firmware subpackage
Signed-off-by: Aster Boese <asterboese@mailbox.org> Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8845>
This commit is contained in:
parent
054045262e
commit
10d6527f1d
1 changed files with 7 additions and 9 deletions
|
|
@ -2,16 +2,20 @@
|
|||
maintainer="Linus Walleij <linusw@kernel.org>"
|
||||
pkgname=device-samsung-kyle
|
||||
pkgdesc="Samsung Galaxy Amp (SGH-I407)"
|
||||
pkgver=5
|
||||
pkgver=6
|
||||
pkgrel=0
|
||||
url="https://postmarketos.org"
|
||||
license="MIT"
|
||||
arch="armv7"
|
||||
options="!check !archcheck"
|
||||
depends="postmarketos-base mkbootimg linux-postmarketos-stericsson"
|
||||
depends="
|
||||
firmware-samsung-u8500
|
||||
linux-postmarketos-stericsson
|
||||
mkbootimg
|
||||
postmarketos-base
|
||||
"
|
||||
makedepends="devicepkg-dev"
|
||||
subpackages="
|
||||
$pkgname-nonfree-firmware:nonfree_firmware
|
||||
$pkgname-kwin
|
||||
$pkgname-phosh
|
||||
"
|
||||
|
|
@ -30,12 +34,6 @@ package() {
|
|||
devicepkg_package $startdir $pkgname
|
||||
}
|
||||
|
||||
nonfree_firmware() {
|
||||
pkgdesc="WiFi/BT firmware"
|
||||
depends="firmware-samsung-u8500"
|
||||
mkdir "$subpkgdir"
|
||||
}
|
||||
|
||||
kwin() {
|
||||
install_if="$pkgname kwin"
|
||||
install -Dm644 "$srcdir"/kwin.sh "$subpkgdir"/etc/profile.d/kwin.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue