From 5156ad1c9d5f7913e492dca2c87d5446cb1abe43 Mon Sep 17 00:00:00 2001 From: jan shahid shaik Date: Wed, 21 Aug 2024 20:39:03 +0530 Subject: [PATCH] Fix for libuuid license issue with 'skip_transitive_dependency_licensing' to 'true' Signed-off-by: jan shahid shaik --- config/software/libuuid.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/config/software/libuuid.rb b/config/software/libuuid.rb index 8b92ca07b..680b97939 100644 --- a/config/software/libuuid.rb +++ b/config/software/libuuid.rb @@ -21,6 +21,7 @@ license "LGPL-2.1" license_file "COPYING" +skip_transitive_dependency_licensing true source url: "https://www.kernel.org/pub/linux/utils/util-linux/v#{version}/util-linux-#{version}.tar.gz" # We use the version in util-linux, and only build the libuuid subdirectory