Skip to content
Snippets Groups Projects
Verified Commit 1b58ec9b authored by Clayton Craft's avatar Clayton Craft :speech_balloon:
Browse files

device-xiaomi-elish: install hexagonrpcd conf to new location (MR 6188)

parent 6ed4f782
Branches fwpath
No related tags found
No related merge requests found
......@@ -3,14 +3,14 @@
pkgname=device-xiaomi-elish
pkgdesc="Xiaomi Mi Pad 5 Pro"
pkgver=5
pkgrel=0
pkgrel=1
url="https://postmarketos.org"
license="MIT"
arch="aarch64"
options="!check !archcheck"
depends="
bootmac
hexagonrpcd
hexagonrpcd>=0.3.2-r3
make-dynpart-mappings
mesa-vulkan-freedreno
mkbootimg
......@@ -19,7 +19,6 @@ depends="
swclock-offset
"
makedepends="devicepkg-dev"
replaces="hexagonrpcd-openrc"
source="
81-libssc-xiaomi-elish.rules
alsa-ucm-conf/elish.conf
......@@ -56,6 +55,9 @@ package() {
install -Dm644 "$srcdir"/81-libssc-xiaomi-elish.rules \
"$pkgdir"/usr/lib/udev/rules.d/81-libssc-xiaomi-elish.rules
install -Dm644 "$srcdir"/hexagonrpcd.confd \
"$pkgdir"/usr/share/hexagonrpcd/hexagonrpcd-sdsp.conf
}
kernel_boe() {
......@@ -91,9 +93,9 @@ nonfree_firmware() {
openrc() {
install_if="$pkgname=$pkgver-r$pkgrel openrc"
install="$subpkgname.post-install $subpkgname.post-upgrade"
depends="hexagonrpcd-openrc"
install -Dm644 "$srcdir"/hexagonrpcd.confd \
"$subpkgdir"/etc/conf.d/hexagonrpcd-sdsp
mkdir -p "$subpkgdir"
}
sha512sums="
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment