summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2021-08-19 12:46:59 +0800
committerJoe MacDonald <joe@deserted.net>2021-08-29 21:34:22 -0400
commitfe801fd2db588b5587a91109770ddda79eb70380 (patch)
treefb7168ebb7ce2a917b5868ca90b85c0565689ad7
parent57b730709eea436f42dca65cf96592c35636ff3c (diff)
downloadmeta-selinux-fe801fd2db588b5587a91109770ddda79eb70380.tar.gz
logrotate: drop bbappend
The content of the bbappend is already contained in logrotate recipe. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Joe MacDonald <joe@deserted.net>
-rw-r--r--recipes-extended/logrotate/logrotate_%.bbappend1
-rw-r--r--recipes-extended/logrotate/logrotate_selinux.inc5
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 @@
1require ${@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 @@
1inherit selinux
2
3DEPENDS += "${LIBSELINUX}"
4
5EXTRA_OEMAKE += "${@target_selinux(d, 'WITH_SELINUX=\"yes\"')}"