From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org, joe_macdonald@mentor.com
Subject: Re: [meta-networking] [PATCH v2] nfacct: added nfacct recipe to meta-networking
Date: Wed, 5 Apr 2017 20:42:18 +0200 [thread overview]
Message-ID: <20170405184218.GD3301@jama> (raw)
In-Reply-To: <20170405133857.GA15126@graute-opti>
[-- Attachment #1: Type: text/plain, Size: 1715 bytes --]
On Wed, Apr 05, 2017 at 03:38:57PM +0200, Oliver Graute wrote:
> this patch adds nfacct to meta-networking
>
> Signed-off-by: Oliver Graute <oliver.graute@neuhaus.de>
> ---
> meta-networking/recipes-filter/nfacct/nfacct_1.0.2.bb | 17 +++++++++++++++++
> 1 file changed, 17 insertions(+)
> create mode 100644 meta-networking/recipes-filter/nfacct/nfacct_1.0.2.bb
>
> diff --git a/meta-networking/recipes-filter/nfacct/nfacct_1.0.2.bb b/meta-networking/recipes-filter/nfacct/nfacct_1.0.2.bb
> new file mode 100644
> index 0000000..d92f7c0
> --- /dev/null
> +++ b/meta-networking/recipes-filter/nfacct/nfacct_1.0.2.bb
> @@ -0,0 +1,17 @@
> +SUMMARY = "nfacct is the command line tool to create/retrieve/delete accounting objects"
> +HOMEPAGE = "http://netfilter.org/projects/nfacct/"
> +LICENSE = "GPLv2"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
> +
> +SRC_URI = "ftp://ftp.netfilter.org/pub/nfacct/nfacct-1.0.2.tar.bz2"
nfacct -> ${BPN}
nfacct-1.0.2 -> ${BP}
> +
> +SRC_URI[md5sum] = "94faafdaaed85ca9220c5692be8a408e"
> +SRC_URI[sha256sum] = "ecff2218754be318bce3c3a5d1775bab93bf4168b2c4aac465785de5655fbd69"
> +DEPENDS = "libnfnetlink libmnl libnetfilter-acct"
> +
> +EXTRA_OEMAKE += 'HOSTCC="${BUILD_CC} ${BUILD_CFLAGS} ${BUILD_LDFLAGS}"'
> +
> +S = "${WORKDIR}/nfacct-${PV}"
This is the default, drop.
> +
> +inherit autotools pkgconfig
> +
> --
> 1.9.1
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 201 bytes --]
next prev parent reply other threads:[~2017-04-05 18:42 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-04-05 13:38 [meta-networking] [PATCH v2] nfacct: added nfacct recipe to meta-networking Oliver Graute
2017-04-05 18:42 ` Martin Jansa [this message]
2017-04-06 14:06 ` Oliver Graute
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=20170405184218.GD3301@jama \
--to=martin.jansa@gmail.com \
--cc=joe_macdonald@mentor.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.