summaryrefslogtreecommitdiffstats
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:14:00 +0000
commit5ff296eb33b00bb8cd500692ddc09c1663232694 (patch)
treea3aee0a6c62594eb249e07d53784b7e3f451d2f7
parent9d6790c4409dee4d08fe6a47450125c406d0ba32 (diff)
downloadpoky-5ff296eb33b00bb8cd500692ddc09c1663232694.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 (From OE-Core rev: 67c0878c31b564a53b176b135b1a58155a2b5f4e) Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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"
2SECTION = "console/utils" 2SECTION = "console/utils"
3HOMEPAGE = "https://fedorahosted.org/releases/l/o/logrotate" 3HOMEPAGE = "https://fedorahosted.org/releases/l/o/logrotate"
4LICENSE = "GPLv2" 4LICENSE = "GPLv2"
5PR = "r0" 5PR = "r1"
6 6
7DEPENDS="coreutils" 7DEPENDS="coreutils popt"
8 8
9LIC_FILES_CHKSUM = "file://COPYING;md5=18810669f13b87348459e611d31ab760" 9LIC_FILES_CHKSUM = "file://COPYING;md5=18810669f13b87348459e611d31ab760"
10 10