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

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

parent 749ffd22
Branches fwpath
No related tags found
No related merge requests found
......@@ -2,14 +2,14 @@
pkgname=device-xiaomi-nabu
pkgdesc="Xiaomi Pad 5"
pkgver=2
pkgrel=0
pkgrel=1
url="https://postmarketos.org"
license="MIT"
arch="aarch64"
options="!check !archcheck"
depends="
linux-postmarketos-qcom-sm8150-nabu
hexagonrpcd
hexagonrpcd>=0.3.2-r3
make-dynpart-mappings
mesa-vulkan-freedreno
mkbootimg
......@@ -17,7 +17,6 @@ depends="
swclock-offset
"
makedepends="devicepkg-dev"
replaces="hexagonrpcd-openrc"
source="
deviceinfo
30-gpu-firmware.files
......@@ -75,17 +74,16 @@ nonfree_firmware() {
hexagonrpcd
tqftpserv
"
mkdir "$subpkgdir"
install -Dm644 "$srcdir"/hexagonrpcd.confd \
"$subpkgdir"/usr/share/hexagonrpcd/hexagonrpcd-sdsp.conf
}
nonfree_firmware_openrc() {
install_if="$pkgname-nonfree-firmware=$pkgver-r$pkgrel openrc"
install="$subpkgname.post-install"
replaces="hexagonrpcd-openrc"
depends="hexagonrpcd-openrc"
install -Dm755 "$srcdir"/no-hexagonrpcd-on-suspend.sh \
"$subpkgdir"/etc/elogind/system-sleep/no-hexagonrpcd-on-suspend.sh
install -Dm644 "$srcdir"/hexagonrpcd.confd \
"$subpkgdir"/etc/conf.d/hexagonrpcd-sdsp
}
alsa() {
......
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