All of lore.kernel.org
 help / color / mirror / Atom feed
From: Saul Wold <sgw@linux.intel.com>
To: Patches and discussions about the oe-core layer
	<openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH] logrotate: Add dependency on popt lib.
Date: Fri, 02 Dec 2011 08:43:59 -0800	[thread overview]
Message-ID: <4ED9004F.8040409@linux.intel.com> (raw)
In-Reply-To: <1322578833-9741-1-git-send-email-stefan@datenfreihafen.org>

On 11/29/2011 07:00 AM, Stefan Schmidt wrote:
> 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"
>
Merged into OE-Core

Thanks

	Sau!



      reply	other threads:[~2011-12-02 16:50 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-11-29 15:00 [PATCH] logrotate: Add dependency on popt lib Stefan Schmidt
2011-12-02 16:43 ` Saul Wold [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4ED9004F.8040409@linux.intel.com \
    --to=sgw@linux.intel.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.