All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Burton, Ross" <ross.burton@intel.com>
To: Yi Zhao <yi.zhao@windriver.com>
Cc: OE-core <openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH 1/2] libmnl: add recpie
Date: Wed, 30 Aug 2017 11:53:14 +0100	[thread overview]
Message-ID: <CAJTo0LYAddb5=Lm8tfX8E4SHTeHRsUfv=HV1Civ7ak9G8M4sAg@mail.gmail.com> (raw)
In-Reply-To: <1503991517-3965-1-git-send-email-yi.zhao@windriver.com>

[-- Attachment #1: Type: text/plain, Size: 1977 bytes --]

Note that we've reached feature freeze for 2.4 so this will have to wait
for 2.5.

Ross

On 29 August 2017 at 08:25, Yi Zhao <yi.zhao@windriver.com> wrote:

> libmnl is a minimalistic user-space library oriented to Netlink
> developers. There are a lot of common tasks in parsing, validating,
> constructing of both the Netlink header and TLVs that are repetitive
> and easy to get wrong.
>
> Move it from meta-networking to oe-core as it is a dependency for
> iproute2 to support tipc.
>
> Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
> ---
>  meta/recipes-support/libmnl/libmnl_1.0.4.bb | 13 +++++++++++++
>  1 file changed, 13 insertions(+)
>  create mode 100644 meta/recipes-support/libmnl/libmnl_1.0.4.bb
>
> diff --git a/meta/recipes-support/libmnl/libmnl_1.0.4.bb
> b/meta/recipes-support/libmnl/libmnl_1.0.4.bb
> new file mode 100644
> index 0000000..b458799
> --- /dev/null
> +++ b/meta/recipes-support/libmnl/libmnl_1.0.4.bb
> @@ -0,0 +1,13 @@
> +SUMMARY = "Minimalistic user-space Netlink utility library"
> +DESCRIPTION = "Minimalistic user-space library oriented to Netlink
> developers, providing \
> +    functions for common tasks in parsing, validating, and constructing
> both the Netlink header and TLVs."
> +HOMEPAGE = "http://www.netfilter.org/projects/libmnl/index.html"
> +SECTION = "libs"
> +LICENSE = "LGPLv2.1+"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
> +
> +SRC_URI = "http://www.netfilter.org/projects/libmnl/files/libmnl-$
> {PV}.tar.bz2;name=tar"
> +SRC_URI[tar.md5sum] = "be9b4b5328c6da1bda565ac5dffadb2d"
> +SRC_URI[tar.sha256sum] = "171f89699f286a5854b72b91d06e8f
> 8e3683064c5901fb09d954a9ab6f551f81"
> +
> +inherit autotools pkgconfig
> --
> 2.7.4
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>

[-- Attachment #2: Type: text/html, Size: 3403 bytes --]

  parent reply	other threads:[~2017-08-30 10:53 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-29  7:25 [PATCH 1/2] libmnl: add recpie Yi Zhao
2017-08-29  7:25 ` [PATCH 2/2] iproute2: enable build tipc by default Yi Zhao
2017-08-29 16:13   ` Burton, Ross
2017-08-30  0:35     ` Yi Zhao
2017-08-30  7:43       ` Jussi Kukkonen
2017-08-31  0:53         ` Yi Zhao
2017-08-30 10:53 ` Burton, Ross [this message]
2017-08-30 15:13   ` [PATCH 1/2] libmnl: add recpie Trevor Woerner
2017-08-30 15:22     ` Burton, Ross

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='CAJTo0LYAddb5=Lm8tfX8E4SHTeHRsUfv=HV1Civ7ak9G8M4sAg@mail.gmail.com' \
    --to=ross.burton@intel.com \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=yi.zhao@windriver.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.