aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-extended/net-tools/net-tools_selinux.inc
blob: cc3196fa30f39326f84913e272265412e9e29e8c (plain)
1
2
3
4
5
6
7
8
9
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"

SRC_URI += "file://netstat-selinux-support.patch"

inherit selinux

DEPENDS += "${LIBSELINUX}"

EXTRA_OEMAKE += "${@target_selinux(d, 'HAVE_SELINUX=1', 'HAVE_SELINUX=0')}"