From patchwork Thu Jan 26 09:37:37 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [v2] Add libnetfilter-conntrack 1.0.0 Date: Thu, 26 Jan 2012 09:37:37 -0000 From: Yauhen Kharuzhy X-Patchwork-Id: 20175 Message-Id: <1327570657-23046-1-git-send-email-yauhen.kharuzhy@promwad.com> To: openembedded-devel@lists.openembedded.org Add libnetfilter-conntrack 1.0.0 package. Recipe was taken from the OE-classic and was updated. Signed-off-by: Yauhen Kharuzhy --- .../libnetfilter/libnetfilter-conntrack_1.0.0.bb | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) create mode 100644 meta/recipes-support/libnetfilter/libnetfilter-conntrack_1.0.0.bb diff --git a/meta/recipes-support/libnetfilter/libnetfilter-conntrack_1.0.0.bb b/meta/recipes-support/libnetfilter/libnetfilter-conntrack_1.0.0.bb new file mode 100644 index 0000000..5f27c21 --- /dev/null +++ b/meta/recipes-support/libnetfilter/libnetfilter-conntrack_1.0.0.bb @@ -0,0 +1,12 @@ +DESCRIPTION = "Userspace library providing a programming interface (API) to the in-kernel connection tracking state table" +LICENSE = "GPLv2+" +LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b" +DEPENDS = "libnfnetlink" + +SRC_URI = "http://www.netfilter.org/projects/libnetfilter_conntrack/files/libnetfilter_conntrack-${PV}.tar.bz2;name=tar" +SRC_URI[tar.md5sum] = "bc4638602d0e8dd144a11e510e2c236b" +SRC_URI[tar.sha256sum] = "0a09a61ad26a43190a1858cb0391198ae3c952a9bdc4488e63dcb5c59aa3d608" + +S = "${WORKDIR}/libnetfilter_conntrack-${PV}" + +inherit autotools pkgconfig