mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-07 01:53:34 +08:00
Revert "package: libs: ncurses/readline use PKG_ABI_VERSION"
This reverts commit f2ee0fb37683ca18ed33d2b0031e539363030ea2. Signed-off-by: CN_SZTL <cnsztl@project-openwrt.eu.org>
This commit is contained in:
parent
090ee20a04
commit
a1a16274cb
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=ncurses
|
||||
PKG_VERSION:=6.2
|
||||
PKG_RELEASE:=2
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=@GNU/$(PKG_NAME)
|
||||
@ -40,7 +40,7 @@ define Package/libncurses
|
||||
URL:=http://www.gnu.org/software/ncurses/
|
||||
PROVIDES:=libncursesw
|
||||
DEPENDS:= +terminfo
|
||||
ABI_VERSION:=$(PKG_ABI_VERSION)
|
||||
ABI_VERSION:=6
|
||||
endef
|
||||
|
||||
define Package/libncurses-dev
|
||||
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=readline
|
||||
PKG_VERSION:=8.1
|
||||
PKG_RELEASE:=2
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=@GNU/readline
|
||||
@ -33,7 +33,7 @@ define Package/libreadline
|
||||
TITLE:=Command lines edition library
|
||||
DEPENDS:=+libncursesw
|
||||
URL:=http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html
|
||||
ABI_VERSION:=$(PKG_ABI_VERSION)
|
||||
ABI_VERSION:=8
|
||||
endef
|
||||
|
||||
define Package/libreadline/description
|
||||
|
Loading…
x
Reference in New Issue
Block a user