device/*: depend on postmarketos-test-bootrr in pmtest subpackages
Which is more consistent and avoids requiring bootrr in pmaports Signed-off-by: Pablo Correa Gómez <pabloyoyoista@postmarketos.org> Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7881>
This commit is contained in:
parent
733dde2963
commit
c987bdece9
4 changed files with 7 additions and 7 deletions
|
|
@ -3,7 +3,7 @@ maintainer="Casey Connolly <kcxt@postmarketos.org>"
|
|||
pkgname=device-oneplus-enchilada
|
||||
pkgdesc="OnePlus 6"
|
||||
pkgver=24
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
url="https://postmarketos.org"
|
||||
license="MIT"
|
||||
arch="aarch64"
|
||||
|
|
@ -65,7 +65,7 @@ openrc() {
|
|||
}
|
||||
|
||||
pmtest() {
|
||||
depends="bootrr qrtr firmware-oneplus-sdm845 postmarketos-test-unl0kr"
|
||||
depends="postmarketos-test-bootrr qrtr firmware-oneplus-sdm845 postmarketos-test-unl0kr"
|
||||
install_if="$pkgname=$pkgver-r$pkgrel postmarketos-mkinitfs-hook-ci"
|
||||
|
||||
mkdir -p "$subpkgdir"
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ maintainer="Casey Connolly <kcxt@postmarketos.org>"
|
|||
pkgname=device-oneplus-fajita
|
||||
pkgdesc="OnePlus 6T"
|
||||
pkgver=24
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
url="https://postmarketos.org"
|
||||
license="MIT"
|
||||
arch="aarch64"
|
||||
|
|
@ -65,7 +65,7 @@ openrc() {
|
|||
}
|
||||
|
||||
pmtest() {
|
||||
depends="bootrr qrtr postmarketos-test-unl0kr"
|
||||
depends="postmarketos-test-bootrr qrtr postmarketos-test-unl0kr"
|
||||
install_if="$pkgname=$pkgver-r$pkgrel postmarketos-mkinitfs-hook-ci"
|
||||
|
||||
mkdir -p "$subpkgdir"
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ maintainer="Alexander Martinz <amartinz@shiftphones.com>"
|
|||
pkgname=device-shift-axolotl
|
||||
pkgdesc="SHIFT6mq"
|
||||
pkgver=20
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
url="https://postmarketos.org"
|
||||
license="MIT"
|
||||
arch="aarch64"
|
||||
|
|
@ -69,7 +69,7 @@ nonfree_firmware_openrc() {
|
|||
}
|
||||
|
||||
pmtest() {
|
||||
depends="bootrr qrtr firmware-shift-sdm845 postmarketos-test-unl0kr"
|
||||
depends="postmarketos-test-bootrr qrtr firmware-shift-sdm845 postmarketos-test-unl0kr"
|
||||
install_if="$pkgname=$pkgver-r$pkgrel postmarketos-mkinitfs-hook-ci"
|
||||
|
||||
mkdir -p "$subpkgdir"
|
||||
|
|
|
|||
|
|
@ -75,7 +75,7 @@ nonfree_firmware_udev() {
|
|||
}
|
||||
|
||||
pmtest() {
|
||||
depends="bootrr qrtr firmware-xiaomi-perseus postmarketos-test-unl0kr"
|
||||
depends="postmarketos-test-bootrr qrtr firmware-xiaomi-perseus postmarketos-test-unl0kr"
|
||||
install_if="$pkgname=$pkgver-r$pkgrel postmarketos-mkinitfs-hook-ci"
|
||||
|
||||
mkdir -p "$subpkgdir"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue