Merge pull request #9027 from James-TR/patch-2

libfstrm: fix formality issues
This commit is contained in:
Rosen Penev 2019-05-19 02:16:44 -07:00 committed by GitHub
commit bdec22047e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=libfstrm PKG_NAME:=libfstrm
PKG_VERSION:=0.5.0 PKG_VERSION:=0.5.0
PKG_RELEASE=1 PKG_RELEASE=2
PKG_SOURCE:=fstrm-$(PKG_VERSION).tar.gz PKG_SOURCE:=fstrm-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://dl.farsightsecurity.com/dist/fstrm/ PKG_SOURCE_URL:=https://dl.farsightsecurity.com/dist/fstrm/
@ -23,16 +23,17 @@ include $(INCLUDE_DIR)/package.mk
define Package/libfstrm define Package/libfstrm
SECTION:=libs SECTION:=libs
CATEGORY:=Libraries CATEGORY:=Libraries
TITLE:=This is fstrm, a C implementation of the Frame Streams data transport protocol. TITLE:=C implementation of the Frame Streams data transport protocol
URL:=https://github.com/farsightsec/fstrm
endef endef
define Package/libfstrm/description define Package/libfstrm/description
fstrm is an optimized C implementation of Frame Streams that includes a fast, fstrm is an optimized C implementation of Frame Streams that includes a fast,
lockless circular queue implementation and exposes library interfaces for lockless circular queue implementation and exposes library interfaces for
setting up a dedicated Frame Streams I/O thread and asynchronously submitting setting up a dedicated Frame Streams I/O thread and asynchronously submitting
data frames for transport from worker threads. It was originally written to data frames for transport from worker threads. It was originally written to
facilitate the addition of high speed binary logging to DNS servers written facilitate the addition of high speed binary logging to DNS servers written
in C using the dnstap log format. in C using the dnstap log format.
endef endef
CONFIGURE_ARGS+= \ CONFIGURE_ARGS+= \