All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Bruce Ashfield" <bruce.ashfield@gmail.com>
To: Tim Orling <timothy.t.orling@linux.intel.com>
Cc: meta-virtualization@lists.yoctoproject.org
Subject: Re: [meta-virtualization][m-c-s][PATCH] hashicorp-serf: add recipe for 0.8.5
Date: Thu, 12 Dec 2019 12:27:46 -0500	[thread overview]
Message-ID: <20191212172743.GA29298@gmail.com> (raw)
In-Reply-To: <20191211214202.19210-1-timothy.t.orling@linux.intel.com>

In message: [meta-virtualization][m-c-s][PATCH] hashicorp-serf: add recipe for 0.8.5
on 11/12/2019 Tim Orling wrote:

> Serf is a decentralized solution for service discovery and orchestration that
> is lightweight, highly available, and fault tolerant.
> 
> Vendor licenses are included in serf-vendor-licenses.inc, to make
> the main recipe shorter/easier to read.

Thanks Tim,

This is most appreciated .. and I'll use it as a reminder to start going
through the other vedored packages and adding more license info.

merged.

Bruce

> 
> Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
> ---
>  .../serf/hashicorp-serf_0.8.5.bb              | 32 +++++++++++++++++++
>  .../serf/serf-vendor-licenses.inc             | 32 +++++++++++++++++++
>  2 files changed, 64 insertions(+)
>  create mode 100644 recipes-connectivity/serf/hashicorp-serf_0.8.5.bb
>  create mode 100644 recipes-connectivity/serf/serf-vendor-licenses.inc
> 
> diff --git a/recipes-connectivity/serf/hashicorp-serf_0.8.5.bb b/recipes-connectivity/serf/hashicorp-serf_0.8.5.bb
> new file mode 100644
> index 0000000..0b1517b
> --- /dev/null
> +++ b/recipes-connectivity/serf/hashicorp-serf_0.8.5.bb
> @@ -0,0 +1,32 @@
> +SUMMARY = "Decentralized Cluster Membership, Failure Detection, and Orchestration." 
> +DESCRIPTION = "Serf is a decentralized solution for service discovery and \
> +orchestration that is lightweight, highly available, and fault tolerant.\
> +\
> +Serf runs on Linux, Mac OS X, and Windows. An efficient and lightweight gossip \
> +protocol is used to communicate with other nodes. Serf can detect node failures \
> +and notify the rest of the cluster. An event system is built on top of Serf, \
> +letting you use Serf's gossip protocol to propagate events such as deploys, \
> +configuration changes, etc. Serf is completely masterless with no single point \
> +of failure."
> +HOMEPAGE = "https://www.serf.io/"
> +SECTION = "network"
> +
> +LICENSE = "Apache-2.0 & BSD-3-Clause & MIT & MPL-2.0"
> +LIC_FILES_CHKSUM = "file://src/${GO_IMPORT}/LICENSE;md5=b278a92d2c1509760384428817710378"
> +
> +require serf-vendor-licenses.inc
> +
> +GO_IMPORT = "github.com/hashicorp/serf"
> +SRC_URI = "git://${GO_IMPORT}.git;protocol=https"
> +
> +PV = "0.8.5+git${SRCPV}"
> +SRCREV = "1d3fdf93bbe5002c5023da50402368a817488691"
> +
> +S = "${WORKDIR}/git"
> +
> +inherit go
> +
> +RDEPENDS_${PN}-dev += "bash make"
> +
> +# Apache serf in oe-core is a completely different beast
> +RCONFLICTS_${PN} = "serf"
> diff --git a/recipes-connectivity/serf/serf-vendor-licenses.inc b/recipes-connectivity/serf/serf-vendor-licenses.inc
> new file mode 100644
> index 0000000..df8665a
> --- /dev/null
> +++ b/recipes-connectivity/serf/serf-vendor-licenses.inc
> @@ -0,0 +1,32 @@
> +LIC_FILES_CHKSUM += "\
> +    file://src/${GO_IMPORT}/vendor/golang.org/x/crypto/LICENSE;md5=5d4950ecb7b26d2c5e4e7b4e0dd74707 \
> +    file://src/${GO_IMPORT}/vendor/golang.org/x/sys/LICENSE;md5=5d4950ecb7b26d2c5e4e7b4e0dd74707 \
> +    file://src/${GO_IMPORT}/vendor/golang.org/x/net/LICENSE;md5=5d4950ecb7b26d2c5e4e7b4e0dd74707 \
> +    file://src/${GO_IMPORT}/vendor/github.com/google/btree/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57 \
> +    file://src/${GO_IMPORT}/vendor/github.com/mitchellh/cli/LICENSE;md5=b278a92d2c1509760384428817710378 \
> +    file://src/${GO_IMPORT}/vendor/github.com/mitchellh/mapstructure/LICENSE;md5=3f7765c3d4f58e1f84c4313cecf0f5bd \
> +    file://src/${GO_IMPORT}/vendor/github.com/sean-/seed/LICENSE;md5=ae6a5709472e0833798453b9fa793364 \
> +    file://src/${GO_IMPORT}/vendor/github.com/ryanuber/columnize/COPYING;md5=4b1989be3dc78e86f2c54cf3b03db7c9 \
> +    file://src/${GO_IMPORT}/vendor/github.com/fatih/color/LICENSE.md;md5=316e6d590bdcde7993fb175662c0dd5a \
> +    file://src/${GO_IMPORT}/vendor/github.com/posener/complete/LICENSE.txt;md5=6778be8533804ed9e25f746e2f0ba0ee \
> +    file://src/${GO_IMPORT}/vendor/github.com/mattn/go-colorable/LICENSE;md5=24ce168f90aec2456a73de1839037245 \
> +    file://src/${GO_IMPORT}/vendor/github.com/mattn/go-isatty/LICENSE;md5=f509beadd5a11227c27b5d2ad6c9f2c6 \
> +    file://src/${GO_IMPORT}/vendor/github.com/miekg/dns/LICENSE;md5=147353de6868a20caa562d26eab7b3c5 \
> +    file://src/${GO_IMPORT}/vendor/github.com/miekg/dns/COPYRIGHT;md5=2ba6b7bd91e16af46a856eca87db2504 \
> +    file://src/${GO_IMPORT}/vendor/github.com/hashicorp/golang-lru/LICENSE;md5=f27a50d2e878867827842f2c60e30bfc \
> +    file://src/${GO_IMPORT}/vendor/github.com/hashicorp/go-multierror/LICENSE;md5=d44fdeb607e2d2614db9464dbedd4094 \
> +    file://src/${GO_IMPORT}/vendor/github.com/hashicorp/go-sockaddr/LICENSE;md5=9741c346eef56131163e13b9db1241b3 \
> +    file://src/${GO_IMPORT}/vendor/github.com/hashicorp/errwrap/LICENSE;md5=b278a92d2c1509760384428817710378 \
> +    file://src/${GO_IMPORT}/vendor/github.com/hashicorp/go-immutable-radix/LICENSE;md5=65d26fcc2f35ea6a181ac777e42db1ea \
> +    file://src/${GO_IMPORT}/vendor/github.com/hashicorp/go-msgpack/LICENSE;md5=3f4c936a1236aa7f17ca2a0b0ce4bfdd \
> +    file://src/${GO_IMPORT}/vendor/github.com/hashicorp/go-syslog/LICENSE;md5=cb04212e101fbbd028f325e04ad45778 \
> +    file://src/${GO_IMPORT}/vendor/github.com/hashicorp/mdns/LICENSE;md5=cb04212e101fbbd028f325e04ad45778 \
> +    file://src/${GO_IMPORT}/vendor/github.com/hashicorp/go.net/LICENSE;md5=5d4950ecb7b26d2c5e4e7b4e0dd74707 \
> +    file://src/${GO_IMPORT}/vendor/github.com/hashicorp/memberlist/LICENSE;md5=b278a92d2c1509760384428817710378 \
> +    file://src/${GO_IMPORT}/vendor/github.com/hashicorp/logutils/LICENSE;md5=b278a92d2c1509760384428817710378 \
> +    file://src/${GO_IMPORT}/vendor/github.com/armon/go-metrics/LICENSE;md5=d2d77030c0183e3d1e66d26dc1f243be \
> +    file://src/${GO_IMPORT}/vendor/github.com/armon/go-radix/LICENSE;md5=cb04212e101fbbd028f325e04ad45778 \
> +    file://src/${GO_IMPORT}/vendor/github.com/armon/circbuf/LICENSE;md5=d2d77030c0183e3d1e66d26dc1f243be \
> +    file://src/${GO_IMPORT}/vendor/github.com/bgentry/speakeasy/LICENSE;md5=adf5a740fe07eb2aa1ac54aafe2d41f2 \
> +    file://src/${GO_IMPORT}/vendor/github.com/bgentry/speakeasy/LICENSE_WINDOWS;md5=b563ae7163bca24b2c0ed1486f8c944c \
> +    "
> -- 
> 2.24.0
> 

> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> 
> View/Reply Online (#4876): https://lists.yoctoproject.org/g/meta-virtualization/message/4876
> Mute This Topic: https://lists.yoctoproject.org/mt/68173737/1050810
> Group Owner: meta-virtualization+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub  [bruce.ashfield@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-


      reply	other threads:[~2019-12-12 17:27 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-11 21:42 [meta-virtualization][m-c-s][PATCH] hashicorp-serf: add recipe for 0.8.5 Tim Orling
2019-12-12 17:27 ` Bruce Ashfield [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20191212172743.GA29298@gmail.com \
    --to=bruce.ashfield@gmail.com \
    --cc=meta-virtualization@lists.yoctoproject.org \
    --cc=timothy.t.orling@linux.intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.