]> code.ossystems Code Review - openembedded-core.git/commitdiff
logrotate: Add dependency on popt lib.
authorStefan Schmidt <stefan@datenfreihafen.org>
Tue, 29 Nov 2011 15:00:33 +0000 (16:00 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 2 Dec 2011 15:08:42 +0000 (15:08 +0000)
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>
meta/recipes-extended/logrotate/logrotate_3.7.9.bb

index b7365938115babdeff440f634803c184522280c2..8dc0504cfb5ba620d4851cb0ee511bbe34638291 100644 (file)
@@ -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"