[oe-commits] [meta-openembedded] 02/33: fluentbit: add new recipe

git at git.openembedded.org git at git.openembedded.org
Tue Apr 12 09:49:41 UTC 2016


martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit 3dc982b1e619ca6a7968bbd950397982cee9d6e5
Author: Eduardo Silva <eduardo at monkey.io>
AuthorDate: Mon Apr 4 00:12:38 2016 -0600

    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 at monkey.io>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-oe/recipes-extended/fluentbit/fluentbit_0.7.2.bb | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/meta-oe/recipes-extended/fluentbit/fluentbit_0.7.2.bb b/meta-oe/recipes-extended/fluentbit/fluentbit_0.7.2.bb
new file mode 100644
index 0000000..e757ee6
--- /dev/null
+++ b/meta-oe/recipes-extended/fluentbit/fluentbit_0.7.2.bb
@@ -0,0 +1,15 @@
+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"
+
+inherit cmake

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list