81c3b3c2dd
This is not supported anymore, see previous commit for reasoning.
27 lines
1 KiB
Text
27 lines
1 KiB
Text
pkgname=device-sony-yuga
|
|
pkgver=1
|
|
pkgrel=13
|
|
pkgdesc="Sony Xperia Z"
|
|
url="https://postmarketos.org"
|
|
arch="armhf"
|
|
license="MIT"
|
|
depends="postmarketos-base linux-sony-yuga mkbootimg msm-fb-refresher mesa-dri-swrast"
|
|
makedepends=""
|
|
install=""
|
|
subpackages=""
|
|
source="deviceinfo 90-android-touch-dev.rules"
|
|
options="!check !archcheck"
|
|
|
|
package() {
|
|
install -D -m644 "$srcdir/deviceinfo" \
|
|
"$pkgdir/etc/deviceinfo"
|
|
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
|
|
}
|
|
|
|
sha512sums="bd216500e164a0fc045df19a3a1a9a46f1f5620bbf4cece64a1f30334e7e4d9aa6ac3854b2b93ac8fa476d3f24a7a9ed8a2b74afe44f5fbbdc4236971c245905 deviceinfo
|
|
8b6034c0338ab4c7d648f47983aad6da07e427e7dba47baabf85a1b3ddeeda47c8d7fbcd547a302c9a759b2943ee30d3e82c3b368d8582833a058e4671638a9e 90-android-touch-dev.rules"
|