summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/logrotate
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@datenfreihafen.org>2011-11-29 16:00:33 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-12-02 15:08:42 +0000
commit67c0878c31b564a53b176b135b1a58155a2b5f4e (patch)
tree31f9720b5bee9d678cb36794f470d6c22e4a0d0b /meta/recipes-extended/logrotate
parente57935dc18d576feb1003b48e7cdc72a444131b8 (diff)
downloadopenembedded-core-contrib-67c0878c31b564a53b176b135b1a58155a2b5f4e.tar.gz
logrotate: Add dependency on popt lib.
Without this logrotate may fail like this: compilation terminated. | config.c:9:18: fatal error: popt.h: No such file or directory Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
Diffstat (limited to 'meta/recipes-extended/logrotate')
-rw-r--r--meta/recipes-extended/logrotate/logrotate_3.7.9.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/logrotate/logrotate_3.7.9.bb b/meta/recipes-extended/logrotate/logrotate_3.7.9.bb
index b736593811..8dc0504cfb 100644
--- a/meta/recipes-extended/logrotate/logrotate_3.7.9.bb
+++ b/meta/recipes-extended/logrotate/logrotate_3.7.9.bb
@@ -2,9 +2,9 @@ DESCRIPTION = "Rotates, compresses, removes and mails system log files"
SECTION = "console/utils"
HOMEPAGE = "https://fedorahosted.org/releases/l/o/logrotate"
LICENSE = "GPLv2"
-PR = "r0"
+PR = "r1"
-DEPENDS="coreutils"
+DEPENDS="coreutils popt"
LIC_FILES_CHKSUM = "file://COPYING;md5=18810669f13b87348459e611d31ab760"