aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gcc/gcc-cross-sdk_4.4.2.bb
AgeCommit message (Expand)Author
2010-11-25gcc-configure-sdk: Handle hardcoded /usr/includeKhem Raj
2010-05-05gcc-cross-sdk: Use NATIVEDEPS and drop unneeded DEPENDSRichard Purdie
2010-05-05gcc: Simplfy some require statementsRichard Purdie
2010-04-12recipes: move checksums to recipes from checksums.ini, part 2 manual adjustementMartin Jansa
2010-04-12recipes: move checksums to recipes from checksums.iniMartin Jansa
2009-11-10Start removal of layout_* variables and replace these with new mechanisms to ...Richard Purdie
2009-10-22gcc-4.4.2: Add new recipes for gcc 4.2.2Khem Raj
_fixes OpenEmbedded layers collection contribution treesGrokmirror user
aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-filter/libnetfilter/libnetfilter-conntrack_1.0.9.bb
blob: abec84b2560a0afc8797383f5df8d09e9420e098 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
SUMMARY = "Netfilter connection tracking library"
DESCRIPTION = "Userspace library providing a programming interface (API) to the Linux kernel netfilter connection tracking state table"
HOMEPAGE = "http://www.netfilter.org/projects/libnetfilter_conntrack/index.html"
SECTION = "libs"
LICENSE = "GPL-2.0-or-later"
LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
DEPENDS = "libnfnetlink libmnl"

SRC_URI = "https://www.netfilter.org/projects/libnetfilter_conntrack/files/libnetfilter_conntrack-${PV}.tar.bz2 \
           file://0001-conntrack-fix-build-with-kernel-5.15-and-musl.patch \
          "

SRC_URI[md5sum] = "596c722733cdf30f24d4418f34f999d9"
SRC_URI[sha256sum] = "67bd9df49fe34e8b82144f6dfb93b320f384a8ea59727e92ff8d18b5f4b579a8"

S = "${WORKDIR}/libnetfilter_conntrack-${PV}"

inherit autotools pkgconfig