mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
nfacct: added nfacct recipe to meta-networking
this patch adds nfacct to meta-networking Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
This commit is contained in:
committed by
Joe MacDonald
parent
dd77c3d261
commit
5dbbc99d53
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user