diff options
author | Mingli Yu <mingli.yu@windriver.com> | 2022-11-24 18:17:10 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-11-27 23:54:51 +0000 |
commit | 7af2e3988763432d70b6264453ae78a70b80dbdb (patch) | |
tree | 3b54013ec62ac13b159c8d2de6afe52e4b6e2a2e | |
parent | 8baa36433a15f86a75efef8e112c7156f70dfcfd (diff) | |
download | poky-7af2e3988763432d70b6264453ae78a70b80dbdb.tar.gz |
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>
-rw-r--r-- | meta/recipes-connectivity/iproute2/iproute2_6.0.0.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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," | |||
24 | PACKAGECONFIG[elf] = ",,elfutils," | 24 | PACKAGECONFIG[elf] = ",,elfutils," |
25 | PACKAGECONFIG[devlink] = ",,libmnl," | 25 | PACKAGECONFIG[devlink] = ",,libmnl," |
26 | PACKAGECONFIG[rdma] = ",,libmnl," | 26 | PACKAGECONFIG[rdma] = ",,libmnl," |
27 | PACKAGECONFIG[selinux] = ",,libselinux" | ||
27 | 28 | ||
28 | IPROUTE2_MAKE_SUBDIRS = "lib tc ip bridge misc genl ${@bb.utils.filter('PACKAGECONFIG', 'devlink tipc rdma', d)}" | 29 | IPROUTE2_MAKE_SUBDIRS = "lib tc ip bridge misc genl ${@bb.utils.filter('PACKAGECONFIG', 'devlink tipc rdma', d)}" |
29 | 30 | ||