All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Khem Raj" <raj.khem@gmail.com>
To: "Yu, Mingli" <mingli.yu@windriver.com>
Cc: openembeded-devel <openembedded-devel@lists.openembedded.org>
Subject: Re: [oe] [PATCH 1/4] libmaxminddb: add new recipe
Date: Fri, 6 Nov 2020 21:30:29 -0800	[thread overview]
Message-ID: <CAMKF1soODoBY7DEHa-278zruydncwHuOVroZVFvfyYGURnUZdQ@mail.gmail.com> (raw)
In-Reply-To: <20201105091825.36257-1-mingli.yu@windriver.com>

On Thu, Nov 5, 2020 at 1:22 AM Yu, Mingli <mingli.yu@windriver.com> wrote:
>
> From: Mingli Yu <mingli.yu@windriver.com>
>
> The libmaxminddb library provides a C library for reading MaxMind
> DB files, including the GeoIP2 databases from MaxMind.
>
> Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
> ---
>  .../libmaxminddb/libmaxminddb_1.4.3.bb        | 20 +++++++++++++++++++
>  1 file changed, 20 insertions(+)
>  create mode 100644 meta-networking/recipes-support/libmaxminddb/libmaxminddb_1.4.3.bb
>
> diff --git a/meta-networking/recipes-support/libmaxminddb/libmaxminddb_1.4.3.bb b/meta-networking/recipes-support/libmaxminddb/libmaxminddb_1.4.3.bb
> new file mode 100644
> index 000000000..d5c303861
> --- /dev/null
> +++ b/meta-networking/recipes-support/libmaxminddb/libmaxminddb_1.4.3.bb
> @@ -0,0 +1,20 @@
> +SUMMARY = "C library for the MaxMind DB file format"
> +DESCRIPTION = "The libmaxminddb library provides a C library for reading MaxMind DB files, \
> +ncluding the GeoIP2 databases from MaxMind. This is a custom binary \
> +format designed to facilitate fast lookups of IP addresses while allowing \
> +for great flexibility in the type of data associated with an address."
> +
> +HOMEPAGE = "https://github.com/maxmind/libmaxminddb"
> +SECTION = "libdevel"

Call it just libs or devel

> +LICENSE = " Apache-2.0"
> +
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57 \
> +"
> +SRC_URI = "https://github.com/maxmind/libmaxminddb/releases/download/${PV}/${BPN}-${PV}.tar.gz \
> +"
> +SRC_URI[sha256sum] = "a5fdf6c7b4880fdc7620f8ace5bd5cbe9f65650c9493034b5b9fc7d83551a439"
> +
> +S = "${WORKDIR}/${BPN}-${PV}"

This is defaults for S so lets get rid of it here.

> +
> +inherit autotools-brokensep
> +
> --
> 2.26.2
>
>
> 
>

  parent reply	other threads:[~2020-11-07  5:30 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-05  9:18 [PATCH 1/4] libmaxminddb: add new recipe Yu, Mingli
2020-11-05  9:18 ` [PATCH 2/4] ndpi: " Yu, Mingli
2020-11-05  9:18 ` [PATCH 3/4] ntopng: " Yu, Mingli
2020-11-05  9:18 ` [PATCH 4/4] ntop: remove the recipe Yu, Mingli
2020-11-07  5:30 ` Khem Raj [this message]
     [not found] <164492384A65F946.6094@lists.openembedded.org>
2020-11-05  9:28 ` [oe] [PATCH 1/4] libmaxminddb: add new recipe Yu, Mingli
2020-11-05 17:25   ` Khem Raj

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=CAMKF1soODoBY7DEHa-278zruydncwHuOVroZVFvfyYGURnUZdQ@mail.gmail.com \
    --to=raj.khem@gmail.com \
    --cc=mingli.yu@windriver.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /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.