Revert "package: libs: ncurses/readline use PKG_ABI_VERSION"
This reverts commit f2ee0fb376.
Signed-off-by: CN_SZTL <cnsztl@project-openwrt.eu.org>
This commit is contained in:
parent
e99269f8fb
commit
e171b967a6
@ -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…
Reference in New Issue
Block a user