openbmc.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] perf: Depend on setuptools
@ 2022-10-05  2:56 Joel Stanley
  2022-10-05  3:04 ` [OE-core] " Bruce Ashfield
  0 siblings, 1 reply; 2+ messages in thread
From: Joel Stanley @ 2022-10-05  2:56 UTC (permalink / raw)
  To: openembedded-core; +Cc: openbmc

Linux 6.0 requires setuptools for building the perf Python bindings.

Signed-off-by: Joel Stanley <joel@jms.id.au>
---
 meta/recipes-kernel/perf/perf.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-kernel/perf/perf.bb b/meta/recipes-kernel/perf/perf.bb
index edb133515423..c87880b2c14c 100644
--- a/meta/recipes-kernel/perf/perf.bb
+++ b/meta/recipes-kernel/perf/perf.bb
@@ -48,7 +48,7 @@ PROVIDES = "virtual/perf"
 inherit linux-kernel-base kernel-arch manpages
 
 # needed for building the tools/perf Python bindings
-inherit ${@bb.utils.contains('PACKAGECONFIG', 'scripting', 'python3native', '', d)}
+inherit ${@bb.utils.contains('PACKAGECONFIG', 'scripting', 'python3native setuptools3', '', d)}
 inherit python3-dir
 export PYTHON_SITEPACKAGES_DIR
 
-- 
2.35.1


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

* Re: [OE-core] [PATCH] perf: Depend on setuptools
  2022-10-05  2:56 [PATCH] perf: Depend on setuptools Joel Stanley
@ 2022-10-05  3:04 ` Bruce Ashfield
  0 siblings, 0 replies; 2+ messages in thread
From: Bruce Ashfield @ 2022-10-05  3:04 UTC (permalink / raw)
  To: Joel Stanley; +Cc: openbmc, openembedded-core

I sent this change a few hours ago, along with lttng fixes for 6.x.

Cheers,

Bruce

On Tue, Oct 4, 2022 at 10:56 PM Joel Stanley <joel@jms.id.au> wrote:
>
> Linux 6.0 requires setuptools for building the perf Python bindings.
>
> Signed-off-by: Joel Stanley <joel@jms.id.au>
> ---
>  meta/recipes-kernel/perf/perf.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/recipes-kernel/perf/perf.bb b/meta/recipes-kernel/perf/perf.bb
> index edb133515423..c87880b2c14c 100644
> --- a/meta/recipes-kernel/perf/perf.bb
> +++ b/meta/recipes-kernel/perf/perf.bb
> @@ -48,7 +48,7 @@ PROVIDES = "virtual/perf"
>  inherit linux-kernel-base kernel-arch manpages
>
>  # needed for building the tools/perf Python bindings
> -inherit ${@bb.utils.contains('PACKAGECONFIG', 'scripting', 'python3native', '', d)}
> +inherit ${@bb.utils.contains('PACKAGECONFIG', 'scripting', 'python3native setuptools3', '', d)}
>  inherit python3-dir
>  export PYTHON_SITEPACKAGES_DIR
>
> --
> 2.35.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#171437): https://lists.openembedded.org/g/openembedded-core/message/171437
> Mute This Topic: https://lists.openembedded.org/mt/94128875/1050810
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [bruce.ashfield@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>


-- 
- Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end
- "Use the force Harry" - Gandalf, Star Trek II

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

end of thread, other threads:[~2022-10-05  3:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-05  2:56 [PATCH] perf: Depend on setuptools Joel Stanley
2022-10-05  3:04 ` [OE-core] " Bruce Ashfield

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).