mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01:00
iproute2: add selinux PACKAGECONFIG
Add selinux PACKAGECONFIG logic in selinux layer[1] to conform to yocto compliance. [1] https://git.yoctoproject.org/meta-selinux/commit/?id=31325005e4409e08b7f68eed44a9c4086453e4dd (From OE-Core rev: 067ce90494bc370fc7a271c6a036c414358f0f38) Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
8baa36433a
commit
7af2e39887
@@ -24,6 +24,7 @@ PACKAGECONFIG[tipc] = ",,libmnl,"
|
||||
PACKAGECONFIG[elf] = ",,elfutils,"
|
||||
PACKAGECONFIG[devlink] = ",,libmnl,"
|
||||
PACKAGECONFIG[rdma] = ",,libmnl,"
|
||||
PACKAGECONFIG[selinux] = ",,libselinux"
|
||||
|
||||
IPROUTE2_MAKE_SUBDIRS = "lib tc ip bridge misc genl ${@bb.utils.filter('PACKAGECONFIG', 'devlink tipc rdma', d)}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user