* [PATCH] nativesdk-ncurses: skip installed_vs_shipped test
@ 2012-10-03 12:02 Radu Moisan
2012-10-23 19:25 ` Saul Wold
0 siblings, 1 reply; 2+ messages in thread
From: Radu Moisan @ 2012-10-03 12:02 UTC (permalink / raw)
To: openembedded-core
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}"
--
1.7.9.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] nativesdk-ncurses: skip installed_vs_shipped test
2012-10-03 12:02 [PATCH] nativesdk-ncurses: skip installed_vs_shipped test Radu Moisan
@ 2012-10-23 19:25 ` Saul Wold
0 siblings, 0 replies; 2+ messages in thread
From: Saul Wold @ 2012-10-23 19:25 UTC (permalink / raw)
To: Radu Moisan; +Cc: openembedded-core
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!
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-10-23 19:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-03 12:02 [PATCH] nativesdk-ncurses: skip installed_vs_shipped test Radu Moisan
2012-10-23 19:25 ` Saul Wold
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox