37 lines
1.2 KiB
BlitzBasic
37 lines
1.2 KiB
BlitzBasic
DESCRIPTION = "This is some background information about the Linux Auditing Framework"
|
|
HOMEPAGE = "https://github.com/linux-audit/audit-userspace"
|
|
LICENSE = "GPLv2+"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
|
|
|
FILESEXTRAPATHS:prepend := "${THISDIR}/files:"
|
|
|
|
SRC_URI = "git://github.com/linux-audit/audit-userspace.git;branch=2.8_maintenance;protocol=https"
|
|
SRCREV = "5fae55c1ad15b3cefe6890eba7311af163e9133c"
|
|
|
|
SRC_URI += " \
|
|
file://0001-Make-IPX-packet-interpretation-dependent-on-the-ipx-header.patch \
|
|
file://0002-ausearch-common.patch \
|
|
"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
DEPENDS = "openldap tcp-wrappers coreutils-native python3"
|
|
|
|
RDEPENDS:${PN} += "bash"
|
|
|
|
EXTRA_OECONF = "--with-python=no \
|
|
--with-libwrap \
|
|
--enable-gssapi-krb5=yes \
|
|
--with-arm --with-aarch64 --with-libcap-ng=yes \
|
|
--without-golang --enable-systemd"
|
|
|
|
inherit autotools
|
|
|
|
do_install:append() {
|
|
install -m 644 ${S}/lib/private.h ${D}${includedir}
|
|
install -m 644 ${S}/lib/dso.h ${D}${includedir}
|
|
}
|
|
|
|
FILES:${PN} += "/usr/lib/systemd/system/auditd.service"
|
|
FILES:${PN}-dev += "lib/private.h lib/dso.h"
|