mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 19:14:30 +04:00
gpsd: update to 3.26.1
Release Information: https://gitlab.com/gpsd/gpsd/-/blob/release-3.26.1/NEWS?ref_type=tags Removed the patch to enhance ncurses6 detection (upstreamed in the release) - 0002-ncurses6_detection.patch Signed-off-by: Aleks Mariusz <a+git-commit@alek.cx>
This commit is contained in:
committed by
Josef Schlehofer
parent
1c88861698
commit
5872070add
@@ -8,12 +8,12 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=gpsd
|
PKG_NAME:=gpsd
|
||||||
PKG_VERSION:=3.25
|
PKG_VERSION:=3.26.1
|
||||||
PKG_RELEASE:=7
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||||
PKG_SOURCE_URL:=@SAVANNAH/$(PKG_NAME)
|
PKG_SOURCE_URL:=@SAVANNAH/$(PKG_NAME)
|
||||||
PKG_HASH:=7e5e53e5ab157dce560a2f22e20322ef1136d3ebde99162def833a3306de01e5
|
PKG_HASH:=45c0d4779324bd59a47cfcb7ac57180d2dbdf418603d398a079392dabf1f740c
|
||||||
|
|
||||||
PKG_MAINTAINER:=Pushpal Sidhu <psidhu.devel@gmail.com>
|
PKG_MAINTAINER:=Pushpal Sidhu <psidhu.devel@gmail.com>
|
||||||
PKG_LICENSE:=BSD-3-Clause
|
PKG_LICENSE:=BSD-3-Clause
|
||||||
@@ -88,7 +88,7 @@ define Package/libgps
|
|||||||
SECTION:=libs
|
SECTION:=libs
|
||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
TITLE:=C service library for communicating with the GPS daemon
|
TITLE:=C service library for communicating with the GPS daemon
|
||||||
ABI_VERSION:=30
|
ABI_VERSION:=31
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/libgps/description
|
define Package/libgps/description
|
||||||
|
|||||||
@@ -1,11 +0,0 @@
|
|||||||
--- a/SConscript
|
|
||||||
+++ b/SConscript
|
|
||||||
@@ -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.
|
|
||||||
+ elif WhereIs('ncursesw6-config'):
|
|
||||||
+ ncurseslibs = ['!ncursesw6-config --libs --cflags']
|
|
||||||
elif WhereIs('ncurses5-config'):
|
|
||||||
ncurseslibs = ['!ncurses5-config --libs --cflags']
|
|
||||||
elif WhereIs('ncursesw5-config'):
|
|
||||||
Reference in New Issue
Block a user