summaryrefslogtreecommitdiffstats
path: root/recipes-security/libseccomp/libseccomp_2.2.0.bb
blob: fb29e6c3c55bb6440f5f9eb9fcf893c1117c545f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
SUMMARY = "interface to seccomp filtering mechanism"
DESCRIPTION = "The libseccomp library provides and easy to use, platform independent,interface to the Linux Kernel's syscall filtering mechanism: seccomp."
SECTION = "security"
LICENSE = "LGPL-2.1"
LIC_FILES_CHKSUM = "file://LICENSE;beginline=0;endline=1;md5=8eac08d22113880357ceb8e7c37f989f"

SRCREV = "bd10aab13c7248cc0df57512617e33d6743d33a6"

PV = "2.2.0+git${SRCPV}"

SRC_URI = "git://github.com/seccomp/libseccomp.git;protocol=http"

S = "${WORKDIR}/git"

inherit autotools-brokensep pkgconfig

PACKAGECONFIG ??= ""
PACKAGECONFIG[python] = "--enable-python, --disable-python, python"

# PowerPC is not supported in this version.
COMPATIBLE_HOST = '(x86_64|i.86|arm|arm64|mips|mips64).*-linux'

RDEPENDS_${PN} = "bash"