From: Stefan Schmidt Date: Tue, 29 Nov 2011 15:00:33 +0000 (+0100) Subject: logrotate: Add dependency on popt lib. X-Git-Tag: 2015-4~12546 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=67c0878c31b564a53b176b135b1a58155a2b5f4e;p=openembedded-core.git 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 --- 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"