seafile-server: fix broken dependency on seafile-ccnet
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
This commit is contained in:
parent
ce06021897
commit
cd3e8088fb
1 changed files with 4 additions and 2 deletions
|
@ -5,11 +5,13 @@
|
||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
# NOTE: make sure to update EXTRA_DEPENDS in case of version/release changes!
|
||||||
|
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=seafile-server
|
PKG_NAME:=seafile-server
|
||||||
PKG_VERSION:=4.1.2
|
PKG_VERSION:=4.1.2
|
||||||
PKG_RELEASE=$(PKG_SOURCE_VERSION)-4
|
PKG_RELEASE=$(PKG_SOURCE_VERSION)-5
|
||||||
PKG_LICENSE:=GPL-3.0
|
PKG_LICENSE:=GPL-3.0
|
||||||
|
|
||||||
PKG_SOURCE_PROTO:=git
|
PKG_SOURCE_PROTO:=git
|
||||||
|
@ -33,7 +35,7 @@ define Package/seafile-server
|
||||||
+sqlite3-cli +python-mysql +jansson +libevent2 +libevent2-openssl +zlib +libzdb +libsqlite3 \
|
+sqlite3-cli +python-mysql +jansson +libevent2 +libevent2-openssl +zlib +libzdb +libsqlite3 \
|
||||||
+libmysqlclient +libpthread +libuuid \
|
+libmysqlclient +libpthread +libuuid \
|
||||||
+bash +sudo +procps-ng +procps-ng-pkill $(ICONV_DEPENDS)
|
+bash +sudo +procps-ng +procps-ng-pkill $(ICONV_DEPENDS)
|
||||||
EXTRA_DEPENDS:=seafile-ccnet (=4.1.2-a73109f09af4ecc49cdc4c57cdde51b38e15c31a), seafile-seahub (=4.1.2-3fb1288f920de03a4e2e6a06b60671ce98971742)
|
EXTRA_DEPENDS:=seafile-ccnet (=4.1.2-a73109f09af4ecc49cdc4c57cdde51b38e15c31a-2), seafile-seahub (=4.1.2-3fb1288f920de03a4e2e6a06b60671ce98971742)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/seafile-server/description
|
define Package/seafile-server/description
|
||||||
|
|
Loading…
Reference in a new issue