Skip to content

Commit

Permalink
[pi] Add gps.h to get gps device to build
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Jan 20, 2024
1 parent 059d4f0 commit 1cf315a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ci/raspberrypi-aarch64.deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,9 @@ tar xaf $SDK_ARCHIVE --strip-components=2 --directory /opt/ossia-sdk-rpi-aarch64
)
rm -rf icu

wget https://download-mirror.savannah.gnu.org/releases/gpsd/gpsd-3.25.tar.xz
tar xaf gpsd-3.25.tar.xz
cp gpsd-3.25/include/gps.h /opt/ossia-sdk-rpi-aarch64/pi/sysroot/usr/include/
cp gpsd-3.25/include/gps.h /opt/ossia-sdk-rpi-aarch64/pi/sysroot/opt/ossia-sdk-rpi/sysroot/include/

source ci/common.deps.sh

0 comments on commit 1cf315a

Please sign in to comment.