Browse Source

fbthrift: Update to 2019.05.27.00

Simplify dependencies.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
lilik-openwrt-22.03
Rosen Penev 5 years ago
parent
commit
b2269ff2f1
1 changed files with 4 additions and 6 deletions
  1. +4
    -6
      libs/fbthrift/Makefile

+ 4
- 6
libs/fbthrift/Makefile View File

@ -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 <ambhave@fb.com>
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


Loading…
Cancel
Save