From 19bd06b0fed78599cfa81b76722099cad43de995 Mon Sep 17 00:00:00 2001 From: Viacheslav Hletenko Date: Thu, 28 Nov 2024 12:19:16 +0000 Subject: T6912: Fix build strongswan dependency Use the global dependency instead of package dependency in the package.toml This fixes to build 'strongswan' package --- scripts/package-build/strongswan/.gitignore | 1 + scripts/package-build/strongswan/package.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/package-build/strongswan/.gitignore b/scripts/package-build/strongswan/.gitignore index ec612740..f1ad761d 100644 --- a/scripts/package-build/strongswan/.gitignore +++ b/scripts/package-build/strongswan/.gitignore @@ -4,3 +4,4 @@ strongswan/ *.changes *.deb *.dsc +*.tar.gz diff --git a/scripts/package-build/strongswan/package.toml b/scripts/package-build/strongswan/package.toml index 8cedd4ac..a5722062 100644 --- a/scripts/package-build/strongswan/package.toml +++ b/scripts/package-build/strongswan/package.toml @@ -13,7 +13,7 @@ dpkg-buildpackage -uc -us -tc -b -d cd ..; ./build-vici.sh """ -[packages.dependencies] +[dependencies] packages = [ "bison", "bzip2", -- cgit v1.2.3