gpsd: bump to 3.23
authorSebastian Kemper <sebastian_ml@gmx.net>
Sun, 22 Aug 2021 14:21:58 +0000 (16:21 +0200)
committerRosen Penev <rosenp@gmail.com>
Mon, 30 Aug 2021 00:53:22 +0000 (17:53 -0700)
commit0e3c2d9591b5c56d5cde572a0c5950abd6ea4772
tree2e0067dd134281b42ab60eb75874ef4e4b0619de
parent3e99ec5719895c5ef9d54a927a5e5e291c5a3bb3
gpsd: bump to 3.23

Contains fix for time jumping back 1024 weeks after 23-October-2021.

Changes:

- Between current version and 3.23 the ABI version changed from 27 to
  29. Add ABI_VERSION variable to package as the jumps occur often.
- 0001-no-distutils-import.patch: removed because current patch doesn't
  work with new release and host python3-distutils is a build
  requirement anyway.
- 0002-ncurses6_detection.patch: fixed the patch. Currently the first
  "elif" checks for "ncurses6-config". But this is only provided by
  ncurses/host package, so the CFLAGS then contain includes that point
  into $(STAGING_DIR_HOSTPKG). The ncurses target package only installs
  "ncursesw6-config" into the staging area. So this is the only tool of
  interest. Also, the hunk moved from SConstruct to SConscript.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
utils/gpsd/Makefile
utils/gpsd/patches/0001-no-distutils-import.patch [deleted file]
utils/gpsd/patches/0002-ncurses6_detection.patch