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 cc57b909eb..6e129efc11 100644 --- a/recipes/logrotate/logrotate_3.7.1.bb +++ b/recipes/logrotate/logrotate_3.7.1.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Rotates, compresses, removes and mails system log files" HOMEPAGE = "http://packages.debian.org/unstable/admin/logrotate" RCONFLICTS = "logrotate-script" DEPENDS = "popt" -RDEPENDS = "cron" +RDEPENDS_${PN} = "cron" SECTION = "admin" LICENSE = "GPL" PR = "r2" |