forked from openwrt/packages
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
1 parent
bd2b4f3
commit 234b435
Showing
3 changed files
with
5 additions
and
164 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
159 changes: 0 additions & 159 deletions
159
utils/gpsd/patches/003_sconscript-cross-platform-build-support.patch
This file was deleted.
Oops, something went wrong.