From 61a64b06400d1c861f36c21aef1006aa57efea68 Mon Sep 17 00:00:00 2001 From: Mingli Yu Date: Mon, 28 Nov 2022 09:54:48 +0800 Subject: iproute2: move PACKAGECONFIG to oe-core Move PACKAGECONFIG setting to oe-core [1] to conform to yocto compliance. [1] https://git.openembedded.org/openembedded-core/commit/?id=067ce90494bc370fc7a271c6a036c414358f0f38 Signed-off-by: Mingli Yu Signed-off-by: Joe MacDonald --- recipes-connectivity/iproute2/iproute2_%.bbappend | 1 - 1 file changed, 1 deletion(-) diff --git a/recipes-connectivity/iproute2/iproute2_%.bbappend b/recipes-connectivity/iproute2/iproute2_%.bbappend index 8cb2a5b..74e22b3 100644 --- a/recipes-connectivity/iproute2/iproute2_%.bbappend +++ b/recipes-connectivity/iproute2/iproute2_%.bbappend @@ -1,2 +1 @@ inherit ${@bb.utils.contains('DISTRO_FEATURES', 'selinux', 'enable-selinux', '', d)} -PACKAGECONFIG[selinux] = ",,libselinux" -- cgit v1.2.3-54-g00ecf