From patchwork Fri Dec 2 06:55:33 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [CONSOLIDATED,PULL,02/18] logrotate: Add dependency on popt lib. Date: Fri, 02 Dec 2011 06:55:33 -0000 From: Saul Wold X-Patchwork-Id: 16041 Message-Id: <483abca9a5875b3e6ff5048121ee0f4cec188e7b.1322808632.git.sgw@linux.intel.com> To: openembedded-core@openembedded.org From: Stefan Schmidt 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 --- 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 b736593..8dc0504 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"