All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-networking] [PATCH v2] nfacct: added nfacct recipe to meta-networking
@ 2017-04-05 13:38 Oliver Graute
  2017-04-05 18:42 ` Martin Jansa
  0 siblings, 1 reply; 3+ messages in thread
From: Oliver Graute @ 2017-04-05 13:38 UTC (permalink / raw)
  To: openembedded-devel

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"
+
+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}"
+
+inherit autotools pkgconfig
+
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [meta-networking] [PATCH v2] nfacct: added nfacct recipe to meta-networking
  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
  2017-04-06 14:06   ` Oliver Graute
  0 siblings, 1 reply; 3+ messages in thread
From: Martin Jansa @ 2017-04-05 18:42 UTC (permalink / raw)
  To: openembedded-devel, joe_macdonald

[-- 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 --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [meta-networking] [PATCH v2] nfacct: added nfacct recipe to meta-networking
  2017-04-05 18:42 ` Martin Jansa
@ 2017-04-06 14:06   ` Oliver Graute
  0 siblings, 0 replies; 3+ messages in thread
From: Oliver Graute @ 2017-04-06 14:06 UTC (permalink / raw)
  To: openembedded-devel

On 05/04/17, Martin Jansa wrote:
> On Wed, Apr 05, 2017 at 03:38:57PM +0200, Oliver Graute wrote:
> > this patch adds nfacct to meta-networking
> 
> nfacct -> ${BPN}
> nfacct-1.0.2 -> ${BP}
> 
> > +S = "${WORKDIR}/nfacct-${PV}"
> 
> This is the default, drop.

just saw that first version of this patch was already applied. I'll send
a patch to fix the remarks.

Best Regards,

Oliver


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-04-06 14:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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
2017-04-06 14:06   ` Oliver Graute

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.