All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] perf: Modify SPDX_S directory to avoid do_spdx error.
@ 2015-06-26  8:01 Li xin
  2015-07-06  9:55 ` Li, Xin
  0 siblings, 1 reply; 2+ messages in thread
From: Li xin @ 2015-06-26  8:01 UTC (permalink / raw)
  To: openembedded-core

This is because S = "${STAGING_KERNEL_DIR}".

Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com>
---
 meta/recipes-kernel/perf/perf.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-kernel/perf/perf.bb b/meta/recipes-kernel/perf/perf.bb
index eb27374..52b9404 100644
--- a/meta/recipes-kernel/perf/perf.bb
+++ b/meta/recipes-kernel/perf/perf.bb
@@ -61,6 +61,7 @@ export PERL_ARCHLIB = "${STAGING_LIBDIR}${PERL_OWN_DIR}/perl/${@get_perl_version
 inherit kernelsrc
 
 B = "${WORKDIR}/${BPN}-${PV}"
+SPDX_S = "${S}/tools/perf"
 
 SCRIPTING_DEFINES = "${@perf_feature_enabled('perf-scripting', '', 'NO_LIBPERL=1 NO_LIBPYTHON=1',d)}"
 TUI_DEFINES = "${@perf_feature_enabled('perf-tui', '', 'NO_NEWT=1',d)}"
-- 
1.8.4.2



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

* Re: [PATCH] perf: Modify SPDX_S directory to avoid do_spdx error.
  2015-06-26  8:01 [PATCH] perf: Modify SPDX_S directory to avoid do_spdx error Li xin
@ 2015-07-06  9:55 ` Li, Xin
  0 siblings, 0 replies; 2+ messages in thread
From: Li, Xin @ 2015-07-06  9:55 UTC (permalink / raw)
  To: openembedded-core

Ping...

Thanks

Li
> -----Original Message-----
> From: Li, Xin/李 欣
> Sent: Friday, June 26, 2015 4:01 PM
> To: openembedded-core@lists.openembedded.org
> Cc: Li, Xin/李 欣
> Subject: [OE-core][PATCH] perf: Modify SPDX_S directory to avoid do_spdx error.
> 
> This is because S = "${STAGING_KERNEL_DIR}".
> 
> Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com>
> ---
>  meta/recipes-kernel/perf/perf.bb | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/meta/recipes-kernel/perf/perf.bb b/meta/recipes-kernel/perf/perf.bb
> index eb27374..52b9404 100644
> --- a/meta/recipes-kernel/perf/perf.bb
> +++ b/meta/recipes-kernel/perf/perf.bb
> @@ -61,6 +61,7 @@ export PERL_ARCHLIB =
> "${STAGING_LIBDIR}${PERL_OWN_DIR}/perl/${@get_perl_version
>  inherit kernelsrc
> 
>  B = "${WORKDIR}/${BPN}-${PV}"
> +SPDX_S = "${S}/tools/perf"
> 
>  SCRIPTING_DEFINES = "${@perf_feature_enabled('perf-scripting', '',
> 'NO_LIBPERL=1 NO_LIBPYTHON=1',d)}"
>  TUI_DEFINES = "${@perf_feature_enabled('perf-tui', '', 'NO_NEWT=1',d)}"
> --
> 1.8.4.2



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

end of thread, other threads:[~2015-07-06  9:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-26  8:01 [PATCH] perf: Modify SPDX_S directory to avoid do_spdx error Li xin
2015-07-06  9:55 ` Li, Xin

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.