diff options
Diffstat (limited to 'recipes/logrotate/logrotate_3.7.1.bb')
-rw-r--r-- | recipes/logrotate/logrotate_3.7.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/logrotate/logrotate_3.7.1.bb b/recipes/logrotate/logrotate_3.7.1.bb index 6e129efc11..7e33d4c5d9 100644 --- a/recipes/logrotate/logrotate_3.7.1.bb +++ b/recipes/logrotate/logrotate_3.7.1.bb @@ -1,6 +1,6 @@ DESCRIPTION = "Rotates, compresses, removes and mails system log files" HOMEPAGE = "http://packages.debian.org/unstable/admin/logrotate" -RCONFLICTS = "logrotate-script" +RCONFLICTS_${PN} = "logrotate-script" DEPENDS = "popt" RDEPENDS_${PN} = "cron" SECTION = "admin" |