From patchwork Wed Jan 25 10:55:27 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [04/10] Add libnetfilter-conntrack 1.0.0 Date: Wed, 25 Jan 2012 10:55:27 -0000 From: Yauhen Kharuzhy X-Patchwork-Id: 20125 Message-Id: <1327488928-28127-2-git-send-email-yauhen.kharuzhy@promwad.com> To: openembedded-devel@lists.openembedded.org Cc: Yauhen Kharuzhy 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_0.0.101.bb | 12 ++++++++++++ .../libnetfilter/libnetfilter-conntrack_1.0.0.bb | 12 ++++++++++++ 2 files changed, 24 insertions(+), 0 deletions(-) create mode 100644 meta/recipes-support/libnetfilter/libnetfilter-conntrack_0.0.101.bb create mode 100644 meta/recipes-support/libnetfilter/libnetfilter-conntrack_1.0.0.bb diff --git a/meta/recipes-support/libnetfilter/libnetfilter-conntrack_0.0.101.bb b/meta/recipes-support/libnetfilter/libnetfilter-conntrack_0.0.101.bb new file mode 100644 index 0000000..2debed4 --- /dev/null +++ b/meta/recipes-support/libnetfilter/libnetfilter-conntrack_0.0.101.bb @@ -0,0 +1,12 @@ +DESCRIPTION = "Userspace library providing a programming interface (API) to the in-kernel connection tracking state table" +LICENSE = "GPL" +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] = "3c4b4048c914f2694c3ca6de2bb457dc" +SRC_URI[tar.sha256sum] = "9d2919df3794e1e8f2311ad31949698103061206379b75094cb2bf7851378ab2" + +S = "${WORKDIR}/libnetfilter_conntrack-${PV}" + +inherit autotools pkgconfig 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..e81fe85 --- /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 = "GPL" +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