diff options
author | Stefan Schmidt <stefan@datenfreihafen.org> | 2011-11-29 16:00:33 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-12-02 15:14:00 +0000 |
commit | 5ff296eb33b00bb8cd500692ddc09c1663232694 (patch) | |
tree | a3aee0a6c62594eb249e07d53784b7e3f451d2f7 /meta/recipes-extended/logrotate/logrotate_3.7.9.bb | |
parent | 9d6790c4409dee4d08fe6a47450125c406d0ba32 (diff) | |
download | poky-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>
Diffstat (limited to 'meta/recipes-extended/logrotate/logrotate_3.7.9.bb')
-rw-r--r-- | meta/recipes-extended/logrotate/logrotate_3.7.9.bb | 4 |
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" | |||
2 | SECTION = "console/utils" | 2 | SECTION = "console/utils" |
3 | HOMEPAGE = "https://fedorahosted.org/releases/l/o/logrotate" | 3 | HOMEPAGE = "https://fedorahosted.org/releases/l/o/logrotate" |
4 | LICENSE = "GPLv2" | 4 | LICENSE = "GPLv2" |
5 | PR = "r0" | 5 | PR = "r1" |
6 | 6 | ||
7 | DEPENDS="coreutils" | 7 | DEPENDS="coreutils popt" |
8 | 8 | ||
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=18810669f13b87348459e611d31ab760" | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=18810669f13b87348459e611d31ab760" |
10 | 10 | ||