All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni via buildroot <buildroot@buildroot.org>
To: Giulio Benetti <giulio.benetti@benettiengineering.com>
Cc: Giulio Benetti <giulio.benetti+tekvox@benettiengineering.com>,
	buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH] package/swugenerator: add missing dependencies
Date: Sun, 24 Dec 2023 12:11:21 +0100	[thread overview]
Message-ID: <20231224121121.401724a3@windsurf> (raw)
In-Reply-To: <20231202015123.2609353-1-giulio.benetti@benettiengineering.com>

Hello Giulio,

On Sat,  2 Dec 2023 02:51:23 +0100
Giulio Benetti <giulio.benetti@benettiengineering.com> wrote:

> From: Giulio Benetti <giulio.benetti+tekvox@benettiengineering.com>
> 
> At the moment swugenerator package lacks host-openssl, host-gzip and
> host-zstd. All their final executables like openssl, gzip and zstd
> can be used by swugenerator if the correct flag is passed so let's
> add these missing dependencies.

Could you clarify whether these are runtime dependencies? If there are
build time dependencies, do we see build failures in the autobuilders?

> diff --git a/package/swugenerator/swugenerator.mk b/package/swugenerator/swugenerator.mk
> index f4ead1d229..141a6a96c5 100644
> --- a/package/swugenerator/swugenerator.mk
> +++ b/package/swugenerator/swugenerator.mk
> @@ -9,6 +9,6 @@ SWUGENERATOR_SITE = $(call github,sbabic,swugenerator,v$(SWUGENERATOR_VERSION))
>  SWUGENERATOR_LICENSE = GPL-3.0
>  SWUGENERATOR_LICENSE_FILES = LICENSE
>  HOST_SWUGENERATOR_SETUP_TYPE = setuptools
> -HOST_SWUGENERATOR_DEPENDENCIES = host-python-libconf
> +HOST_SWUGENERATOR_DEPENDENCIES = host-gzip host-openssl host-python-libconf

In your commit log, you mention host-zstd being needed, but you don't
add it to the dependencies here. Could you clarify this as well?

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:[~2023-12-24 11:11 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-02  1:51 [Buildroot] [PATCH] package/swugenerator: add missing dependencies Giulio Benetti
2023-12-24 11:11 ` Thomas Petazzoni via buildroot [this message]
2023-12-26 21:28   ` Giulio Benetti
2023-12-27  9:30     ` Thomas Petazzoni via buildroot
2023-12-26 21:40   ` [Buildroot] [PATCH v2] package/swugenerator: add missing runtime dependencies Giulio Benetti
2024-01-05 13:06     ` Thomas Petazzoni via buildroot
2024-01-05 13:22       ` Giulio Benetti
2024-01-05 13:25         ` Thomas Petazzoni via buildroot
2024-01-07 11:59       ` [Buildroot] [PATCH v3] " Giulio Benetti
2024-01-07 12:05         ` Giulio Benetti
2024-02-07 16:11         ` Thomas Petazzoni via buildroot

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=20231224121121.401724a3@windsurf \
    --to=buildroot@buildroot.org \
    --cc=giulio.benetti+tekvox@benettiengineering.com \
    --cc=giulio.benetti@benettiengineering.com \
    --cc=thomas.petazzoni@bootlin.com \
    /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.