On Thu, Mar 31, 2016 at 12:42:52AM -0600, Eduardo Silva wrote: > 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 <[email protected]> > --- > meta-oe/recipes-extended/fluentbit/fluentbit_0.7.2.bb | 15 +++++++++++++++ > 1 file changed, 15 insertions(+) > create mode 100644 meta-oe/recipes-extended/fluentbit/fluentbit_0.7.2.bb > > 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..fd38e84 > --- /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://${S}/LICENSE;md5=2ee41112a44fe7014dce33e26468ba93"
LIC_FILES_CHKSUM is relative to ${S}, so LIC_FILES_CHKSUM = "file://LICENSE..
should work fine
> +
> +RDEPENDS_${PN} = "zlib"
If it does link with libz then the runtime dependency should be added
automatically by shlibs code in package.bbclass if it's not the case
can you add comment explaining why it needs to be added explicitly?
> +
> +inherit cmake
> --
> 2.5.0
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> [email protected]
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
--
Martin 'JaMa' Jansa jabber: [email protected]
signature.asc
Description: Digital signature
-- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
