Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] logrotate: Add dependency on popt lib.
@ 2011-11-29 15:00 Stefan Schmidt
  2011-12-02 16:43 ` Saul Wold
  0 siblings, 1 reply; 2+ messages in thread
From: Stefan Schmidt @ 2011-11-29 15:00 UTC (permalink / raw)
  To: openembedded-core

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 |    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"
 
-- 
1.7.7.3




^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-12-02 16:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-29 15:00 [PATCH] logrotate: Add dependency on popt lib Stefan Schmidt
2011-12-02 16:43 ` Saul Wold

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox