Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Saul Wold <sgw@linux.intel.com>
To: Radu Moisan <radu.moisan@intel.com>
Cc: openembedded-core@lists.openembedded.org
Subject: Re: [PATCH] nativesdk-ncurses: skip installed_vs_shipped test
Date: Tue, 23 Oct 2012 12:25:36 -0700	[thread overview]
Message-ID: <5086EF30.4090405@linux.intel.com> (raw)
In-Reply-To: <1349265768-17088-1-git-send-email-radu.moisan@intel.com>

On 10/03/2012 05:02 AM, Radu Moisan wrote:
> Fixes [Yocto #3174]
>
> In FILE_*, the conditional append to clear and reset files is
> evaluating ${PN} against "ncurses". When building nativesdk
> package, ${PN} = "nativesdk-ncurses" and thus the condition
> evaluates to False and thus we get an empty string appended
> instead of .${BPN}. This causes a warning in installed_vs_shipped
> test.
>
> Signed-off-by: Radu Moisan <radu.moisan@intel.com>
> ---
>   meta/recipes-core/ncurses/ncurses.inc |    2 ++
>   1 file changed, 2 insertions(+)
>
> diff --git a/meta/recipes-core/ncurses/ncurses.inc b/meta/recipes-core/ncurses/ncurses.inc
> index ed7f001..86be6bc 100644
> --- a/meta/recipes-core/ncurses/ncurses.inc
> +++ b/meta/recipes-core/ncurses/ncurses.inc
> @@ -250,6 +250,8 @@ FILES_${PN}-tools = "\
>     ${bindir}/tabs \
>   "
>
> +INSANE_SKIP_nativesdk-${BPN} = "installed_vs_shipped"
> +
>   # 'reset' is a symlink to 'tset' which is in the 'ncurses' package
>   RDEPENDS_${PN}-tools = "${PN}"
>
>
A better fix has been applied,

Sau!




      reply	other threads:[~2012-10-23 19:39 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-03 12:02 [PATCH] nativesdk-ncurses: skip installed_vs_shipped test Radu Moisan
2012-10-23 19:25 ` 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=5086EF30.4090405@linux.intel.com \
    --to=sgw@linux.intel.com \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=radu.moisan@intel.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox