main/postmarketos-ondev: depend on losetup (MR 2933)
ondev-boot-mount.sh expects the 'real' losetup (it uses --show), instead of the busybox version (which doesn't support that parameter). Alpine broke this in 31372fab76 when they split out losetup from util-linux [ci:skip-build]: already built successfully in CI
This commit is contained in:
parent
408cfc089b
commit
2859f2c8f3
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Maintainer: Oliver Smith <ollieparanoid@postmarketos.org>
|
# Maintainer: Oliver Smith <ollieparanoid@postmarketos.org>
|
||||||
pkgname=postmarketos-ondev
|
pkgname=postmarketos-ondev
|
||||||
pkgver=0.7.4
|
pkgver=0.7.4
|
||||||
pkgrel=0
|
pkgrel=1
|
||||||
pkgdesc="Calamares based on-device installer"
|
pkgdesc="Calamares based on-device installer"
|
||||||
url="https://postmarketos.org"
|
url="https://postmarketos.org"
|
||||||
# armhf blocked by qt5-qtdeclarative
|
# armhf blocked by qt5-qtdeclarative
|
||||||
|
@ -24,6 +24,7 @@ depends="
|
||||||
haveged-openrc
|
haveged-openrc
|
||||||
i3wm
|
i3wm
|
||||||
kirigami2
|
kirigami2
|
||||||
|
losetup
|
||||||
mesa-egl
|
mesa-egl
|
||||||
qt5-qtvirtualkeyboard
|
qt5-qtvirtualkeyboard
|
||||||
qtvirtualkeyboard-plasma
|
qtvirtualkeyboard-plasma
|
||||||
|
|
Loading…
Reference in a new issue