Skip to content
Snippets Groups Projects
Verified Commit 24b0744a authored by Newbyte's avatar Newbyte :snowflake: Committed by Clayton Craft
Browse files

purism-librem5dev: remove gpsd config (MR 4507)

And don't bother disabling the gpsd service given how unlikely it is
that someone is doing something serious with this device, let alone
having it in the first place. Plus, it's in testing.

[ci:skip-build] already built successfully in CI
parent 5a2aafd6
No related branches found
No related tags found
No related merge requests found
Pipeline #206468 passed
......@@ -3,7 +3,7 @@
pkgname=device-purism-librem5dev
pkgdesc="Purism Librem 5 Devkit"
pkgver=1.4
pkgrel=3
pkgrel=4
url="https://postmarketos.org"
license="MIT"
arch="aarch64"
......@@ -12,7 +12,6 @@ depends="postmarketos-base
linux-purism-librem5
u-boot-tools
u-boot-librem5-devkit
gpsd
"
makedepends="devicepkg-dev"
_confver=16
......@@ -29,7 +28,6 @@ subpackages="
$pkgname-phosh
$pkgname-pulseaudio
"
install="$pkgname.post-install"
build() {
mkimage -A arm64 -C none -O linux -T script -d "$srcdir/uboot-script.cmd" "$srcdir/boot.scr"
......
#!/bin/sh
# Enable GPS support
rc-update add gpsd default
sed -i 's/DEVICE=\"\"/DEVICE=\"\/dev\/ttymxc2\"/' /etc/conf.d/gpsd
sed -i 's/BAUDRATE=\"4800\"/BAUDRATE=\"9600\"/' /etc/conf.d/gpsd
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