Skip to content

Commit

Permalink
gpsd: update to 3.25
Browse files Browse the repository at this point in the history
Release Information:
https://gitlab.com/gpsd/gpsd/-/blob/release-3.25/NEWS?ref_type=tags

Remove the backport that is now contained in the release:
- 003_sconscript-cross-platform-build-support.patch

Latest olsrd version needs this bump.

Signed-off-by: Nick Hainke <[email protected]>
  • Loading branch information
PolynomialDivision committed Jun 12, 2023
1 parent bd2b4f3 commit 234b435
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 164 deletions.
8 changes: 4 additions & 4 deletions utils/gpsd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=gpsd
PKG_VERSION:=3.23.1
PKG_RELEASE:=2
PKG_VERSION:=3.25
PKG_RELEASE:=1

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@SAVANNAH/$(PKG_NAME)
PKG_HASH:=ca2c466df783c57b8a07ad3f5c67943186d05befdc377de938ed111d1358a8c1
PKG_HASH:=7e5e53e5ab157dce560a2f22e20322ef1136d3ebde99162def833a3306de01e5

PKG_MAINTAINER:=Pushpal Sidhu <[email protected]>
PKG_LICENSE:=BSD-3-Clause
Expand Down Expand Up @@ -87,7 +87,7 @@ define Package/libgps
SECTION:=libs
CATEGORY:=Libraries
TITLE:=C service library for communicating with the GPS daemon
ABI_VERSION:=29
ABI_VERSION:=30
endef

define Package/libgps/description
Expand Down
2 changes: 1 addition & 1 deletion utils/gpsd/patches/0002-ncurses6_detection.patch
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--- a/SConscript
+++ b/SConscript
@@ -1038,6 +1038,8 @@ if not cleaning and not helping:
@@ -1118,6 +1118,8 @@ if not cleaning and not helping:
ncurseslibs += pkg_config('tinfo', rpath_hack=True)
# It's not yet known whether rpath_hack is appropriate for
# ncurses5-config.
Expand Down
159 changes: 0 additions & 159 deletions utils/gpsd/patches/003_sconscript-cross-platform-build-support.patch

This file was deleted.

0 comments on commit 234b435

Please sign in to comment.