From 5ff296eb33b00bb8cd500692ddc09c1663232694 Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Tue, 29 Nov 2011 16:00:33 +0100 Subject: 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 Signed-off-by: Richard Purdie --- meta/recipes-extended/logrotate/logrotate_3.7.9.bb | 4 ++-- 1 file 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" -- cgit v1.2.3-54-g00ecf