From b108eeefd2e689728fe635252899d88fe1b77a8e Mon Sep 17 00:00:00 2001 From: Philip Tricca Date: Thu, 15 Jan 2015 02:59:37 +0000 Subject: logrotate: Use wildcard for version number. Signed-off-by: Philip Tricca Signed-off-by: Joe MacDonald --- recipes-extended/logrotate/logrotate_%.bbappend | 5 +++++ recipes-extended/logrotate/logrotate_3.8.7.bbappend | 7 ------- 2 files changed, 5 insertions(+), 7 deletions(-) create mode 100644 recipes-extended/logrotate/logrotate_%.bbappend delete mode 100644 recipes-extended/logrotate/logrotate_3.8.7.bbappend diff --git a/recipes-extended/logrotate/logrotate_%.bbappend b/recipes-extended/logrotate/logrotate_%.bbappend new file mode 100644 index 0000000..1bdca98 --- /dev/null +++ b/recipes-extended/logrotate/logrotate_%.bbappend @@ -0,0 +1,5 @@ +inherit selinux + +DEPENDS += "${LIBSELINUX}" + +EXTRA_OEMAKE += "${@target_selinux(d, 'WITH_SELINUX=\"yes\"')}" diff --git a/recipes-extended/logrotate/logrotate_3.8.7.bbappend b/recipes-extended/logrotate/logrotate_3.8.7.bbappend deleted file mode 100644 index 208ea77..0000000 --- a/recipes-extended/logrotate/logrotate_3.8.7.bbappend +++ /dev/null @@ -1,7 +0,0 @@ -PR .= ".2" - -inherit selinux - -DEPENDS += "${LIBSELINUX}" - -EXTRA_OEMAKE += "${@target_selinux(d, 'WITH_SELINUX=\"yes\"')}" -- cgit v1.2.3-54-g00ecf