diff options
| author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2012-12-03 14:26:06 +0000 |
|---|---|---|
| committer | Joe MacDonald <joe.macdonald@windriver.com> | 2012-12-07 16:20:28 -0500 |
| commit | 7c808668fb07e9e6e6c57350c27e58da6f2c86aa (patch) | |
| tree | 31b3c47b2f9915ad7d4d748b8953066d3992df0d | |
| parent | 3fc004b443c64cfb29cb8a70ecc1fc46ae1d937d (diff) | |
| download | meta-openembedded-7c808668fb07e9e6e6c57350c27e58da6f2c86aa.tar.gz | |
libnetfilter-cthelper: add new recipe for version 1.0.0
This library is needed by recent versions of conntrack-tools.
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
| -rw-r--r-- | meta-networking/recipes-filter/libnetfilter/libnetfilter-cthelper_1.0.0.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-networking/recipes-filter/libnetfilter/libnetfilter-cthelper_1.0.0.bb b/meta-networking/recipes-filter/libnetfilter/libnetfilter-cthelper_1.0.0.bb new file mode 100644 index 0000000000..405e8bfae2 --- /dev/null +++ b/meta-networking/recipes-filter/libnetfilter/libnetfilter-cthelper_1.0.0.bb | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | SUMMARY = "Netfilter connection tracking helper library" | ||
| 2 | DESCRIPTION = "Userspace library providing a programming interface (API) to the Linux kernel netfilter user-space helper infrastructure" | ||
| 3 | HOMEPAGE = "http://www.netfilter.org/projects/libnetfilter_cthelper/index.html" | ||
| 4 | LICENSE = "GPLv2+" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b" | ||
| 6 | DEPENDS = "libmnl" | ||
| 7 | |||
| 8 | SRC_URI = "http://www.netfilter.org/projects/libnetfilter_cthelper/files/libnetfilter_cthelper-${PV}.tar.bz2;name=tar" | ||
| 9 | SRC_URI[tar.md5sum] = "b2efab1a3a198a5add448960ba011acd" | ||
| 10 | SRC_URI[tar.sha256sum] = "07618e71c4d9a6b6b3dc1986540486ee310a9838ba754926c7d14a17d8fccf3d" | ||
| 11 | |||
| 12 | S = "${WORKDIR}/libnetfilter_cthelper-${PV}" | ||
| 13 | |||
| 14 | inherit autotools pkgconfig | ||
