device-sony-yuga: avoid overriding udev v4l rule in /etc (MR 4768)

Postmarketos-base-downstream-disable-udev-v4l symlinks
/lib/udev/rules.d/60-persistent-v4l.rules to /dev/null, so depend on
this package instead.  The dependency is added to downstream kernel
subpackage, as issue *should* only affect downstream kernel.
This commit is contained in:
Henrik Grimler 2024-01-28 13:32:47 +01:00 committed by Pablo Correa Gómez
parent 02de87f414
commit 60c8f7a54f
No known key found for this signature in database
GPG key ID: 7A342565FF635F79

View file

@ -1,7 +1,7 @@
# Reference: <https://postmarketos.org/devicepkg>
pkgname=device-sony-yuga
pkgver=3
pkgrel=4
pkgver=4
pkgrel=0
pkgdesc="Sony Xperia Z"
url="https://postmarketos.org"
arch="armv7"
@ -24,15 +24,15 @@ package() {
devicepkg_package $startdir $pkgname
install -D -m644 "$srcdir"/90-android-touch-dev.rules \
"$pkgdir"/etc/udev/rules.d/90-android-touch-dev.rules
# Disable v4l (video4linux), because without the camera firmware
# blobs this makes dev hang with the kernel this device uses (#1033)
ln -s /dev/null "$pkgdir"/etc/udev/rules.d/60-persistent-v4l.rules
}
kernel_downstream() {
pkgdesc="LineageOS downstream kernel (recommended)"
depends="linux-sony-yuga msm-fb-refresher"
depends="
linux-sony-yuga
msm-fb-refresher
postmarketos-base-downstream-disable-udev-v4l
"
devicepkg_subpackage_kernel $startdir $pkgname $subpkgname
}