From b2269ff2f1b2072bc49f9f46b7e35eec5c5a0d1a Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Fri, 31 May 2019 13:16:56 -0700 Subject: [PATCH] fbthrift: Update to 2019.05.27.00 Simplify dependencies. Signed-off-by: Rosen Penev --- libs/fbthrift/Makefile | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/libs/fbthrift/Makefile b/libs/fbthrift/Makefile index 3e8c0e9bc..5bd4e1965 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