From 067ce90494bc370fc7a271c6a036c414358f0f38 Mon Sep 17 00:00:00 2001 From: Mingli Yu Date: Thu, 24 Nov 2022 18:17:10 +0800 Subject: 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 Signed-off-by: Mingli Yu Signed-off-by: Alexandre Belloni --- meta/recipes-connectivity/iproute2/iproute2_6.0.0.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-connectivity/iproute2/iproute2_6.0.0.bb b/meta/recipes-connectivity/iproute2/iproute2_6.0.0.bb index 9373dba5f5..c287b9c0f5 100644 --- a/meta/recipes-connectivity/iproute2/iproute2_6.0.0.bb +++ b/meta/recipes-connectivity/iproute2/iproute2_6.0.0.bb @@ -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)}" -- cgit 1.2.3-korg