mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
fbthrift: Update to 2019.05.27.00
Simplify dependencies. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -1,13 +1,13 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=fbthrift
|
PKG_NAME:=fbthrift
|
||||||
PKG_VERSION:=2019.05.06.00
|
PKG_VERSION:=2019.05.27.00
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
PKG_MAINTAINER:=Amol Bhave <ambhave@fb.com>
|
PKG_MAINTAINER:=Amol Bhave <ambhave@fb.com>
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=https://codeload.github.com/facebook/fbthrift/tar.gz/v$(PKG_VERSION)?
|
PKG_SOURCE_URL:=https://codeload.github.com/facebook/fbthrift/tar.gz/v$(PKG_VERSION)?
|
||||||
PKG_HASH:=563ad2cacbd29cd22da3a608da52a2ab831942592c0f47dbeeab7131d9291995
|
PKG_HASH:=7c56dae532e60844520cef4ce03abd4911323fe340fdee0cc3a6a3e8adb09e3f
|
||||||
|
|
||||||
PKG_LICENSE_FILES:=LICENSE
|
PKG_LICENSE_FILES:=LICENSE
|
||||||
|
|
||||||
@@ -36,10 +36,8 @@ define Package/fbthrift
|
|||||||
SECTION:=libs
|
SECTION:=libs
|
||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
TITLE:=Facebook's branch of Apache Thrift, including a new C++ server.
|
TITLE:=Facebook's branch of Apache Thrift, including a new C++ server.
|
||||||
DEPENDS:=+libstdcpp +boost +boost-filesystem +libfolly +glog +libsodium \
|
DEPENDS:=+libwangle +libfmt +libmstch +librsocket-cpp +@boost-host-build-filesystem \
|
||||||
+libwangle +libfmt +libyarpl +libmstch +librsocket-cpp \
|
+@boost-host-build-thread +@boost-host-build-system
|
||||||
+@boost-host-build-filesystem +@boost-host-build-system \
|
|
||||||
+@boost-host-build-thread
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/fbthrift/description
|
define Package/fbthrift/description
|
||||||
|
|||||||
Reference in New Issue
Block a user