diff options
-rw-r--r-- | recipes-extended/logrotate/logrotate_%.bbappend | 1 | ||||
-rw-r--r-- | recipes-extended/logrotate/logrotate_selinux.inc | 5 |
2 files changed, 0 insertions, 6 deletions
diff --git a/recipes-extended/logrotate/logrotate_%.bbappend b/recipes-extended/logrotate/logrotate_%.bbappend deleted file mode 100644 index 7719d3b..0000000 --- a/recipes-extended/logrotate/logrotate_%.bbappend +++ /dev/null | |||
@@ -1 +0,0 @@ | |||
1 | require ${@bb.utils.contains('DISTRO_FEATURES', 'selinux', '${BPN}_selinux.inc', '', d)} | ||
diff --git a/recipes-extended/logrotate/logrotate_selinux.inc b/recipes-extended/logrotate/logrotate_selinux.inc deleted file mode 100644 index 1bdca98..0000000 --- a/recipes-extended/logrotate/logrotate_selinux.inc +++ /dev/null | |||
@@ -1,5 +0,0 @@ | |||
1 | inherit selinux | ||
2 | |||
3 | DEPENDS += "${LIBSELINUX}" | ||
4 | |||
5 | EXTRA_OEMAKE += "${@target_selinux(d, 'WITH_SELINUX=\"yes\"')}" | ||