* [meta-selinux][PATCH 1/5] sudo: move PACKAGECONFIG to oe-core
@ 2022-11-28 1:54 mingli.yu
2022-11-28 1:54 ` [meta-selinux][PATCH 2/5] iproute2: " mingli.yu
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: mingli.yu @ 2022-11-28 1:54 UTC (permalink / raw)
To: yocto
From: Mingli Yu <mingli.yu@windriver.com>
Move PACKAGECONFIG setting to oe-core [1] to conform to yocto compliance.
[1] https://git.openembedded.org/openembedded-core/commit/?id=5c8e22895709a0ce7ce855468473d9d6d10a1e65
Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
---
recipes-extended/sudo/sudo_%.bbappend | 3 ---
1 file changed, 3 deletions(-)
diff --git a/recipes-extended/sudo/sudo_%.bbappend b/recipes-extended/sudo/sudo_%.bbappend
index 2e35ec5..7c3a686 100644
--- a/recipes-extended/sudo/sudo_%.bbappend
+++ b/recipes-extended/sudo/sudo_%.bbappend
@@ -1,4 +1 @@
inherit ${@bb.utils.contains('DISTRO_FEATURES', 'selinux', 'enable-selinux enable-audit', '', d)}
-
-PACKAGECONFIG[audit] = "--with-linux-audit,--without-linux-audit,audit"
-PACKAGECONFIG[selinux] = "--with-selinux,--without-selinux,libselinux"
--
2.25.1
^ permalink raw reply related [flat|nested] 5+ messages in thread* [meta-selinux][PATCH 2/5] iproute2: move PACKAGECONFIG to oe-core
2022-11-28 1:54 [meta-selinux][PATCH 1/5] sudo: move PACKAGECONFIG to oe-core mingli.yu
@ 2022-11-28 1:54 ` mingli.yu
2022-11-28 1:54 ` [meta-selinux][PATCH 3/5] util-linux: " mingli.yu
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: mingli.yu @ 2022-11-28 1:54 UTC (permalink / raw)
To: yocto
From: Mingli Yu <mingli.yu@windriver.com>
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 <mingli.yu@windriver.com>
---
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"
--
2.25.1
^ permalink raw reply related [flat|nested] 5+ messages in thread* [meta-selinux][PATCH 3/5] util-linux: move PACKAGECONFIG to oe-core
2022-11-28 1:54 [meta-selinux][PATCH 1/5] sudo: move PACKAGECONFIG to oe-core mingli.yu
2022-11-28 1:54 ` [meta-selinux][PATCH 2/5] iproute2: " mingli.yu
@ 2022-11-28 1:54 ` mingli.yu
2022-11-28 1:54 ` [meta-selinux][PATCH 4/5] cronie: " mingli.yu
2022-11-28 1:54 ` [meta-selinux][PATCH 5/5] psmisc: " mingli.yu
3 siblings, 0 replies; 5+ messages in thread
From: mingli.yu @ 2022-11-28 1:54 UTC (permalink / raw)
To: yocto
From: Mingli Yu <mingli.yu@windriver.com>
Move PACKAGECONFIG setting to oe-core [1] to conform to yocto compliance.
[1] https://git.openembedded.org/openembedded-core/commit/?id=c57cc22fad708ac856ac4ebe0a42042031fbf90b
Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
---
recipes-core/util-linux/util-linux_%.bbappend | 1 -
1 file changed, 1 deletion(-)
diff --git a/recipes-core/util-linux/util-linux_%.bbappend b/recipes-core/util-linux/util-linux_%.bbappend
index 138c23a..74e22b3 100644
--- a/recipes-core/util-linux/util-linux_%.bbappend
+++ b/recipes-core/util-linux/util-linux_%.bbappend
@@ -1,2 +1 @@
inherit ${@bb.utils.contains('DISTRO_FEATURES', 'selinux', 'enable-selinux', '', d)}
-PACKAGECONFIG[selinux] = "--with-selinux,--without-selinux,libselinux"
--
2.25.1
^ permalink raw reply related [flat|nested] 5+ messages in thread* [meta-selinux][PATCH 4/5] cronie: move PACKAGECONFIG to oe-core
2022-11-28 1:54 [meta-selinux][PATCH 1/5] sudo: move PACKAGECONFIG to oe-core mingli.yu
2022-11-28 1:54 ` [meta-selinux][PATCH 2/5] iproute2: " mingli.yu
2022-11-28 1:54 ` [meta-selinux][PATCH 3/5] util-linux: " mingli.yu
@ 2022-11-28 1:54 ` mingli.yu
2022-11-28 1:54 ` [meta-selinux][PATCH 5/5] psmisc: " mingli.yu
3 siblings, 0 replies; 5+ messages in thread
From: mingli.yu @ 2022-11-28 1:54 UTC (permalink / raw)
To: yocto
From: Mingli Yu <mingli.yu@windriver.com>
Move PACKAGECONFIG setting to oe-core [1] to conform to yocto compliance.
[1] https://git.openembedded.org/openembedded-core/commit/?id=fd036af063ef47d8296be909eb5db9bddc05eb6e
Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
---
recipes-extended/cronie/cronie_%.bbappend | 1 -
1 file changed, 1 deletion(-)
diff --git a/recipes-extended/cronie/cronie_%.bbappend b/recipes-extended/cronie/cronie_%.bbappend
index 2da759e..7c3a686 100644
--- a/recipes-extended/cronie/cronie_%.bbappend
+++ b/recipes-extended/cronie/cronie_%.bbappend
@@ -1,2 +1 @@
inherit ${@bb.utils.contains('DISTRO_FEATURES', 'selinux', 'enable-selinux enable-audit', '', d)}
-PACKAGECONFIG[selinux] = "--with-selinux,--without-selinux,libselinux"
--
2.25.1
^ permalink raw reply related [flat|nested] 5+ messages in thread* [meta-selinux][PATCH 5/5] psmisc: move PACKAGECONFIG to oe-core
2022-11-28 1:54 [meta-selinux][PATCH 1/5] sudo: move PACKAGECONFIG to oe-core mingli.yu
` (2 preceding siblings ...)
2022-11-28 1:54 ` [meta-selinux][PATCH 4/5] cronie: " mingli.yu
@ 2022-11-28 1:54 ` mingli.yu
3 siblings, 0 replies; 5+ messages in thread
From: mingli.yu @ 2022-11-28 1:54 UTC (permalink / raw)
To: yocto
From: Mingli Yu <mingli.yu@windriver.com>
Move PACKAGECONFIG setting to oe-core [1] to conform to yocto compliance.
[1] https://git.openembedded.org/openembedded-core/commit/?id=d2aa518163a4836eeb5bf8517456790cba382c2e
Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
---
recipes-extended/psmisc/psmisc_%.bbappend | 1 -
1 file changed, 1 deletion(-)
diff --git a/recipes-extended/psmisc/psmisc_%.bbappend b/recipes-extended/psmisc/psmisc_%.bbappend
index d02ee09..74e22b3 100644
--- a/recipes-extended/psmisc/psmisc_%.bbappend
+++ b/recipes-extended/psmisc/psmisc_%.bbappend
@@ -1,2 +1 @@
inherit ${@bb.utils.contains('DISTRO_FEATURES', 'selinux', 'enable-selinux', '', d)}
-PACKAGECONFIG[selinux] = "--enable-selinux,--disable-selinux,libselinux"
--
2.25.1
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2022-11-28 1:55 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-28 1:54 [meta-selinux][PATCH 1/5] sudo: move PACKAGECONFIG to oe-core mingli.yu
2022-11-28 1:54 ` [meta-selinux][PATCH 2/5] iproute2: " mingli.yu
2022-11-28 1:54 ` [meta-selinux][PATCH 3/5] util-linux: " mingli.yu
2022-11-28 1:54 ` [meta-selinux][PATCH 4/5] cronie: " mingli.yu
2022-11-28 1:54 ` [meta-selinux][PATCH 5/5] psmisc: " mingli.yu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox