All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bernd Kuhls <bernd.kuhls@t-online.de>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 02/23] package/kodi-platform: add explicit dependency to tinyxml
Date: Sat, 27 Jun 2020 09:39:34 +0200	[thread overview]
Message-ID: <mm9jsgxtbn.ln2@ID-313208.user.individual.net> (raw)
In-Reply-To: ui84sgx21h.ln2@ID-313208.user.individual.net

Am Sun, 21 Jun 2020 16:48:30 +0200 schrieb Bernd Kuhls:

> Hi Yann,
> 
> Am Sun, 21 Jun 2020 14:35:45 +0200 schrieb Yann E. MORIN:
> 
>> You need to propagate the dependencies of tinyxml too.
>> 
>> Yes, the only dependency is on C++, which is already a dependency of
>> Kodi, and thus is de-facto a dependency of kodi-platform.
> 
> here I would like to point out that package/kodi-platform/Config.in is
> not sourced in package/Config.in but in package/kodi/Config.in, guarded
> by "if BR2_PACKAGE_KODI".
> 
> All kodi-related packages, besides kodi itself, can only be selected
> when Kodi was selected before and since Kodi is written in c++ this
> dependency is and will always be fulfilled. If kodi ever switches the
> language it is written in I will come back to this topic ;)
> 
>> Yes, this is additional burden on your side, but I think we should take
>> this opportunity to fix the current mess of implicitly inherited
>> dependencies.
> 
> Until now you were unable to convince me that adding "depends on
> BR2_INSTALL_LIBSTDCPP", plus comments that will never be visible in
> menuconfig, to all kodi-related packages is necessary due to the way the
> kodi packages are added to menuconfig, i.e. only selectable after kodi
> was selected.
> 
> Regards, Bernd

Hi Yann,

ftr: I am unable to send you emails because your ISP blocks mine:

                   The mail system

<yann.morin.1998@free.fr>: host mx1.free.fr[212.27.48.7] said: 451 too 
many
    errors detected from your IP (194.25.134.19), please visit
    http://postmaster.free.fr/ (in reply to DATA command)

Regards, Bernd

  reply	other threads:[~2020-06-27  7:39 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-21 10:37 [Buildroot] [PATCH 01/23] package/libplatform: bump version Bernd Kuhls
2020-06-21 10:37 ` [Buildroot] [PATCH 02/23] package/kodi-platform: add explicit dependency to tinyxml Bernd Kuhls
2020-06-21 12:35   ` Yann E. MORIN
2020-06-21 14:48     ` Bernd Kuhls
2020-06-27  7:39       ` Bernd Kuhls [this message]
2020-06-21 10:37 ` [Buildroot] [PATCH 03/23] package/kodi-inputstream-adaptive: add explicit dependency to expat Bernd Kuhls
2020-06-21 10:37 ` [Buildroot] [PATCH 04/23] package/kodi-inputstream-rtmp: add explicit dependencies to openssl and zlib Bernd Kuhls
2020-06-21 10:37 ` [Buildroot] [PATCH 05/23] package/kodi-pvr-argustv: add explicit dependencies to libplatform and kodi Bernd Kuhls
2020-06-21 10:37 ` [Buildroot] [PATCH 06/23] package/kodi-pvr-dvblink: " Bernd Kuhls
2020-06-21 10:37 ` [Buildroot] [PATCH 07/23] package/kodi-pvr-dvbviewer: add explicit dependencies to libplatform, kodi and tinyxml Bernd Kuhls
2020-06-21 10:37 ` [Buildroot] [PATCH 08/23] package/kodi-pvr-filmon: add explicit dependencies to libplatform and kodi Bernd Kuhls
2020-06-21 10:37 ` [Buildroot] [PATCH 09/23] package/kodi-pvr-hdhomerun: " Bernd Kuhls
2020-06-21 10:37 ` [Buildroot] [PATCH 10/23] package/kodi-pvr-hts: " Bernd Kuhls
2020-06-21 10:37 ` [Buildroot] [PATCH 11/23] package/kodi-pvr-iptvsimple: add explicit dependencies to libplatform, kodi and zlib Bernd Kuhls
2020-06-21 10:37 ` [Buildroot] [PATCH 12/23] package/kodi-pvr-mediaportal-tvserver: add explicit dependencies to libplatform, kodi and tinyxml Bernd Kuhls
2020-06-21 10:37 ` [Buildroot] [PATCH 13/23] package/kodi-pvr-mythtv: fix dependencies Bernd Kuhls
2020-06-21 10:37 ` [Buildroot] [PATCH 14/23] package/kodi-pvr-nextpvr: add explicit dependencies to libplatform, kodi and tinyxml Bernd Kuhls
2020-06-21 10:37 ` [Buildroot] [PATCH 15/23] package/kodi-pvr-njoy: " Bernd Kuhls
2020-06-21 10:37 ` [Buildroot] [PATCH 16/23] package/kodi-pvr-octonet: add kodi as dependency Bernd Kuhls
2020-06-21 10:38 ` [Buildroot] [PATCH 17/23] package/kodi-pvr-pctv: add explicit dependencies to libplatform and kodi Bernd Kuhls
2020-06-21 10:38 ` [Buildroot] [PATCH 18/23] package/kodi-pvr-stalker: " Bernd Kuhls
2020-06-21 10:38 ` [Buildroot] [PATCH 19/23] package/kodi-pvr-vbox: " Bernd Kuhls
2020-06-21 10:38 ` [Buildroot] [PATCH 20/23] package/kodi-pvr-vdr-vnsi: fix dependencies Bernd Kuhls
2020-06-21 10:38 ` [Buildroot] [PATCH 21/23] package/kodi-pvr-vuplus: add explicit dependencies to libplatform and kodi Bernd Kuhls
2020-06-21 10:38 ` [Buildroot] [PATCH 22/23] package/kodi-pvr-wmc: " Bernd Kuhls
2020-06-21 10:38 ` [Buildroot] [PATCH 23/23] package/kodi-pvr-zattoo: fix dependencies Bernd Kuhls
2020-06-21 12:23 ` [Buildroot] [PATCH 01/23] package/libplatform: bump version 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=mm9jsgxtbn.ln2@ID-313208.user.individual.net \
    --to=bernd.kuhls@t-online.de \
    --cc=buildroot@busybox.net \
    /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.