Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: "Yann E. MORIN" <yann.morin.1998@free.fr>
To: Dario Binacchi <dario.binacchi@amarulasolutions.com>
Cc: Dario Binacchi <dariobin@libero.it>, buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 1/1] package/libmnl: fix build failure
Date: Wed, 24 May 2023 21:08:56 +0200	[thread overview]
Message-ID: <20230524190856.GA2623@scaer> (raw)
In-Reply-To: <20230523173142.2003235-1-dario.binacchi@amarulasolutions.com>

Dario, All,

On 2023-05-23 19:31 +0200, Dario Binacchi spake thusly:
> The rtnl-link-can application requires kernel headers of at least
> version 4.11. Since the `make check` command compiles all examples, their
> compilation is enabled only if the condition regarding the kernel headers
> is satisfied.
> 
> Fixes:
> - http://autobuild.buildroot.net/results/36c1619c8b02efeaf9caebae8bb5c3eb8a26238b/
> - http://autobuild.buildroot.net/results/15f6dc103eec7bdeb5020acbc0ae99dc97c00e4e/
> 
> Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  package/libmnl/Config.in | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/package/libmnl/Config.in b/package/libmnl/Config.in
> index b4a4195751ec..434778bf5547 100644
> --- a/package/libmnl/Config.in
> +++ b/package/libmnl/Config.in
> @@ -10,7 +10,11 @@ if BR2_PACKAGE_LIBMNL
>  
>  config BR2_PACKAGE_LIBMNL_EXAMPLES
>  	bool "install examples"
> +	depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_11
>  	help
>  	  Install binary examples.
>  
> +comment "examples needs a toolchain w/ headers >= 4.11"
> +	depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_11
> +
>  endif
> -- 
> 2.32.0
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

  reply	other threads:[~2023-05-24 19:09 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-23 17:31 [Buildroot] [PATCH 1/1] package/libmnl: fix build failure Dario Binacchi
2023-05-24 19:08 ` Yann E. MORIN [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-05-20 21:01 Dario Binacchi
2023-05-21 15:10 ` Yann E. MORIN
2023-05-21 15:16   ` Yann E. MORIN
2023-05-21 18:36     ` Dario Binacchi
2023-05-21 20:00       ` Yann E. MORIN
2023-05-22 10:32         ` Dario Binacchi
2023-05-23 16:29           ` Yann E. MORIN

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=20230524190856.GA2623@scaer \
    --to=yann.morin.1998@free.fr \
    --cc=buildroot@buildroot.org \
    --cc=dario.binacchi@amarulasolutions.com \
    --cc=dariobin@libero.it \
    /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