mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
fluentbit: add new recipe
Fluent Bit is an open source data collector for Embedded Linux, this patch adds the recipe for version 0.7.2. Project web site: http://fluentbit.io Documentation : http://fluentbit.io/documentation/ Signed-off-by: Eduardo Silva <eduardo@monkey.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
cdd326f7a6
commit
c16b6e686b
@@ -0,0 +1,16 @@
|
||||
SUMMARY = "Fast data collector for Embedded Linux"
|
||||
HOMEPAGE = "http://fluentbit.io"
|
||||
BUGTRACKER = "https://github.com/fluent/fluent-bit/issues"
|
||||
|
||||
SRC_URI = "http://fluentbit.io/releases/0.7/fluent-bit-${PV}.tar.gz"
|
||||
SRC_URI[md5sum] = "6df9d676e1d2d782a243e655e144e8ae"
|
||||
SRC_URI[sha256sum] = "695b56ce378f56855c9554f88f5d8e4f7b11ba7691284903870f779912af4ebe"
|
||||
S = "${WORKDIR}/fluent-bit-${PV}"
|
||||
|
||||
LICENSE = "Apache-2.0"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=2ee41112a44fe7014dce33e26468ba93"
|
||||
|
||||
DEPENDS = "zlib"
|
||||
INSANE_SKIP_${PN}-dev += "dev-elf"
|
||||
|
||||
inherit cmake
|
||||
Reference in New Issue
Block a user