diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2021-08-19 12:46:59 +0800 |
---|---|---|
committer | Joe MacDonald <joe@deserted.net> | 2021-08-29 21:34:22 -0400 |
commit | fe801fd2db588b5587a91109770ddda79eb70380 (patch) | |
tree | fb7168ebb7ce2a917b5868ca90b85c0565689ad7 | |
parent | 57b730709eea436f42dca65cf96592c35636ff3c (diff) | |
download | meta-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_%.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\"')}" | ||