diff options
-rw-r--r-- | recipes-core/coreutils/coreutils_%.bbappend | 1 | ||||
-rw-r--r-- | recipes-extended/findutils/findutils_%.bbappend | 1 | ||||
-rw-r--r-- | recipes-extended/tar/tar_selinux.inc | 2 |
3 files changed, 0 insertions, 4 deletions
diff --git a/recipes-core/coreutils/coreutils_%.bbappend b/recipes-core/coreutils/coreutils_%.bbappend index 138c23a..74e22b3 100644 --- a/recipes-core/coreutils/coreutils_%.bbappend +++ b/recipes-core/coreutils/coreutils_%.bbappend | |||
@@ -1,2 +1 @@ | |||
1 | inherit ${@bb.utils.contains('DISTRO_FEATURES', 'selinux', 'enable-selinux', '', d)} | inherit ${@bb.utils.contains('DISTRO_FEATURES', 'selinux', 'enable-selinux', '', d)} | |
2 | PACKAGECONFIG[selinux] = "--with-selinux,--without-selinux,libselinux" | ||
diff --git a/recipes-extended/findutils/findutils_%.bbappend b/recipes-extended/findutils/findutils_%.bbappend index 138c23a..74e22b3 100644 --- a/recipes-extended/findutils/findutils_%.bbappend +++ b/recipes-extended/findutils/findutils_%.bbappend | |||
@@ -1,2 +1 @@ | |||
1 | inherit ${@bb.utils.contains('DISTRO_FEATURES', 'selinux', 'enable-selinux', '', d)} | inherit ${@bb.utils.contains('DISTRO_FEATURES', 'selinux', 'enable-selinux', '', d)} | |
2 | PACKAGECONFIG[selinux] = "--with-selinux,--without-selinux,libselinux" | ||
diff --git a/recipes-extended/tar/tar_selinux.inc b/recipes-extended/tar/tar_selinux.inc index 0f64298..8c11cac 100644 --- a/recipes-extended/tar/tar_selinux.inc +++ b/recipes-extended/tar/tar_selinux.inc | |||
@@ -1,3 +1 @@ | |||
1 | inherit enable-selinux | inherit enable-selinux | |
2 | |||
3 | PACKAGECONFIG[selinux] = "--with-selinux,--without-selinux,libselinux" | ||