All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni via buildroot <buildroot@buildroot.org>
To: Bernd Kuhls <bernd.kuhls@t-online.de>
Cc: "Yann E. MORIN" <yann.morin.1998@free.fr>,
	Thomas Petazzoni <thomas.petazzoni@bootlin.com>,
	Thomas Petazzoni via buildroot <buildroot@buildroot.org>
Subject: Re: [Buildroot] [git commit] package/kodi: bump version to 21.0-Omega
Date: Sat, 11 May 2024 09:00:09 +0200	[thread overview]
Message-ID: <20240511090009.11809921@windsurf> (raw)
In-Reply-To: <20240509170112.7381E86D42@busybox.osuosl.org>

Hello Bernd,

On Thu, 9 May 2024 19:00:54 +0200
Thomas Petazzoni via buildroot <buildroot@buildroot.org> wrote:

> Added new required dependency to libudfread: Since upstream commit
> https://github.com/xbmc/xbmc/commit/5f9b9cfa26f274e381e92d73cfa33fb55582436e
> kodi does not build anymore without libudfread.

There is a mistake in your patch on this, causing a build failure, see
below.

>  	depends on !BR2_PACKAGE_KODI_PLATFORM_SUPPORTS
> @@ -56,6 +58,7 @@ menuconfig BR2_PACKAGE_KODI
>  	depends on BR2_INSTALL_LIBSTDCPP
>  	depends on BR2_TOOLCHAIN_HAS_SYNC_4 # libass -> harfbuzz
>  	depends on BR2_TOOLCHAIN_GCC_AT_LEAST_9 # C++17
> +	depends on BR2_HOST_GCC_AT_LEAST_9 # C++17
>  	depends on BR2_TOOLCHAIN_HAS_THREADS
>  	depends on !BR2_TOOLCHAIN_USES_MUSL
>  	depends on BR2_USE_WCHAR
> @@ -103,6 +106,7 @@ menuconfig BR2_PACKAGE_KODI
>  	select BR2_PACKAGE_SQLITE
>  	select BR2_PACKAGE_TAGLIB
>  	select BR2_PACKAGE_TINYXML
> +	select BR2_PACKAGE_TINYXML2
>  	select BR2_PACKAGE_ZLIB
>  	select BR2_TOOLCHAIN_GLIBC_GCONV_LIBS_COPY if BR2_TOOLCHAIN_USES_GLIBC # runtime UTF conversion support
>  	select BR2_PACKAGE_LIBINPUT if BR2_PACKAGE_KODI_PLATFORM_SUPPORTS_GBM
> @@ -162,6 +166,7 @@ config BR2_PACKAGE_KODI_EVENTCLIENTS
>  config BR2_PACKAGE_KODI_LIBBLURAY
>  	bool "blu-ray"
>  	select BR2_PACKAGE_LIBBLURAY
> +	select BR2_PACKAGE_LIBUDFREAD

You're indeed adding the "select" on BR2_PACKAGE_LIBUDFREAD, but in a
sub-option of kodi, BR2_PACKAGE_KODI_LIBBLURAY, while...

>  KODI_LICENSE = GPL-2.0
> @@ -45,6 +45,7 @@ KODI_DEPENDENCIES = \
>  	libfribidi \
>  	libplist \
>  	libpng \
> +	libudfread \

here you're adding libudfread to the unconditional dependencies,
unrelated to the sub-option.

Which one is correct? Having a sub-option, or marking libudfread a
mandatory dependency whenever kodi is enabled?

Thanks!

Thomas
-- 
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering and training
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

  reply	other threads:[~2024-05-11  7:00 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-09 17:00 [Buildroot] [git commit] package/kodi: bump version to 21.0-Omega Thomas Petazzoni via buildroot
2024-05-11  7:00 ` Thomas Petazzoni via buildroot [this message]
2024-05-11 11:43   ` Waldemar Brodkorb
     [not found]   ` <Zj9Zxueq6fFSbCt8__49299.8394578294$1715427808$gmane$org@waldemar-brodkorb.de>
2024-05-12 17:52     ` Bernd Kuhls

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=20240511090009.11809921@windsurf \
    --to=buildroot@buildroot.org \
    --cc=bernd.kuhls@t-online.de \
    --cc=thomas.petazzoni@bootlin.com \
    --cc=yann.morin.1998@free.fr \
    /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 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.