From: Rosen Penev Date: Fri, 31 May 2019 20:16:56 +0000 (-0700) Subject: fbthrift: Update to 2019.05.27.00 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=refs%2Fpull%2F9111%2Fhead;p=feed%2Fpackages.git fbthrift: Update to 2019.05.27.00 Simplify dependencies. Signed-off-by: Rosen Penev --- diff --git a/libs/fbthrift/Makefile b/libs/fbthrift/Makefile index 3e8c0e9bcf..5bd4e1965e 100644 --- a/libs/fbthrift/Makefile +++ b/libs/fbthrift/Makefile @@ -1,13 +1,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=fbthrift -PKG_VERSION:=2019.05.06.00 +PKG_VERSION:=2019.05.27.00 PKG_RELEASE:=1 PKG_MAINTAINER:=Amol Bhave PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/facebook/fbthrift/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=563ad2cacbd29cd22da3a608da52a2ab831942592c0f47dbeeab7131d9291995 +PKG_HASH:=7c56dae532e60844520cef4ce03abd4911323fe340fdee0cc3a6a3e8adb09e3f PKG_LICENSE_FILES:=LICENSE @@ -36,10 +36,8 @@ define Package/fbthrift SECTION:=libs CATEGORY:=Libraries TITLE:=Facebook's branch of Apache Thrift, including a new C++ server. - DEPENDS:=+libstdcpp +boost +boost-filesystem +libfolly +glog +libsodium \ - +libwangle +libfmt +libyarpl +libmstch +librsocket-cpp \ - +@boost-host-build-filesystem +@boost-host-build-system \ - +@boost-host-build-thread + DEPENDS:=+libwangle +libfmt +libmstch +librsocket-cpp +@boost-host-build-filesystem \ + +@boost-host-build-thread +@boost-host-build-system endef define Package/fbthrift/description