modem/pd-mapper: don't let init.d fail on missing qrtr (MR 1806)

This commit is contained in:
Caleb Connolly 2020-12-11 18:47:39 +00:00 committed by Alexey Min
parent 690d55512e
commit 55d402c0b3
No known key found for this signature in database
GPG key ID: 0B19D2A65870B448
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
# Maintainer: Dolphin von Chips <DoIphinChips@protonmail.com>
pkgname=pd-mapper
pkgver=0_git20201110
pkgrel=0
pkgrel=1
_commit="d7fe25fa6eff2e62cf264544adee9e8ca830dc78"
pkgdesc="Qualcomm PD mapper"
url="https://github.com/andersson/pd-mapper"
@ -28,4 +28,4 @@ package() {
}
sha512sums="291556d6b42749161d57d4087871c88b9341c5ccc99ef3bc850528ee10e1d60695103ad89b5e9914c26d66ea741957e365afee84d0bd2b9b3691f30ee093f37d pd-mapper-d7fe25fa6eff2e62cf264544adee9e8ca830dc78.tar.gz
84956dbad2402b5942f894dbf8101ea67d114b89e4e42923792faac6c8dac5c9cc0d3001d1aef6406b4e9098cca2696ce64fdc8cd8f7b6d83655c922c0b5e88f pd-mapper.initd"
67aaec50737782c68e2e639b9dfb5b4803850b50c4260983975ac466b4b59d775e57542eccac1af5fffddeed8403f7b991194544c96b7c4aba7b0c1a666eb262 pd-mapper.initd"

View file

@ -5,5 +5,5 @@ description="Qualcomm PD mapper service"
command="/usr/bin/pd-mapper"
depend() {
need qrtr-ns
want qrtr-ns
}