From fe801fd2db588b5587a91109770ddda79eb70380 Mon Sep 17 00:00:00 2001 From: Yi Zhao Date: Thu, 19 Aug 2021 12:46:59 +0800 Subject: logrotate: drop bbappend The content of the bbappend is already contained in logrotate recipe. Signed-off-by: Yi Zhao Signed-off-by: Joe MacDonald --- recipes-extended/logrotate/logrotate_%.bbappend | 1 - recipes-extended/logrotate/logrotate_selinux.inc | 5 ----- 2 files changed, 6 deletions(-) delete mode 100644 recipes-extended/logrotate/logrotate_%.bbappend delete mode 100644 recipes-extended/logrotate/logrotate_selinux.inc 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 @@ -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 @@ -inherit selinux - -DEPENDS += "${LIBSELINUX}" - -EXTRA_OEMAKE += "${@target_selinux(d, 'WITH_SELINUX=\"yes\"')}" -- cgit v1.2.3-54-g00ecf