[Buildroot] [PATCH v2] package/swugenerator: add missing runtime dependencies

Giulio Benetti giulio.benetti at benettiengineering.com
Tue Dec 26 21:40:37 UTC 2023


From: Giulio Benetti <giulio.benetti+tekvox at benettiengineering.com>

At the moment swugenerator package lacks host-openssl, host-gzip and
host-zstd runtime dependency so let's add them to prevent swugenerator from
failing to run.

Signed-off-by: Giulio Benetti <giulio.benetti+tekvox at benettiengineering.com>
---
V1->V2:
* add host-zstd and clarify in commit log these are runtime dependencies as
  pointed by Thomas Petazzoni
---
 package/swugenerator/swugenerator.mk | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/package/swugenerator/swugenerator.mk b/package/swugenerator/swugenerator.mk
index f4ead1d229..466fe1f046 100644
--- a/package/swugenerator/swugenerator.mk
+++ b/package/swugenerator/swugenerator.mk
@@ -9,6 +9,10 @@ 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 \
+	host-zstd
 
 $(eval $(host-python-package))
-- 
2.34.1




More information about the buildroot mailing list