aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-security/libseccomp/libseccomp_2.2.0.bb
blob: 02cfb39097cbf1e7a875f8b34545679f2157f911 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
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 \
        file://0001-arch-add-a-ppc64-syscall-table.patch \
        file://0002-arch-add-the-basic-initial-support-for-ppc64-to-the-.patch \
        file://0003-tools-add-ppc64-support.patch \
        file://0004-tests-add-ppc64-support-to-the-regression-tests.patch \
        file://0005-tests-add-ppc64-support-to-the-regression-live-tests.patch \
        file://0006-ppc64-correct-the-ppc64-syscall-table-and-validation.patch \
        file://0007-tests-minor-fix-in-arch-syscall-check.patch \
        file://0008-arch-add-a-ppc-syscall-table.patch \
        file://0009-arch-add-basic-initial-ppc-support-to-the-arch-depen.patch \
        file://0010-tools-add-ppc-support.patch \
        file://0011-tests-add-ppc-support-to-the-regression-tests.patch \
        "

S = "${WORKDIR}/git"

inherit autotools-brokensep pkgconfig

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

RDEPENDS_${PN} = "bash"