From 59f5b9fc916c313cfaf6c1911bc62cfd08c1ee8b Mon Sep 17 00:00:00 2001 From: sahbot Date: Mon, 29 Jul 2024 17:33:31 +0200 Subject: [PATCH] radvd: package is missing software license definition (PCF-1279) Problem: package is missing software license definition Cause: radvd package got reported in PCF-1276: ci: assure that every software package in SBOM have defined software license UNCONFIRMED that its missing software license definition and this should be fixed by providing PKG_LICENSE and (optionally) PKG_LICENSE_FILES variables. Solution: Add PKG_LICENSE and PKG_LICENSE_FILES variables to the Makefile Issue: PCF-1279 - radvd: package is missing software license definition GitOrigin-RevId: 076ab6f26ea3ccd2d7d2eac7bb7370a7a02a903e --- sah/radvd/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sah/radvd/Makefile b/sah/radvd/Makefile index 669565c..95ae22a 100644 --- a/sah/radvd/Makefile +++ b/sah/radvd/Makefile @@ -15,6 +15,9 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://v6web.litech.org/radvd/dist PKG_HASH:=c36470706fec3a9e6bed394ffea08acaff5dac647848d26b96bb9b9c65d58da0 +PKG_LICENSE:=radvd +PKG_LICENSE_FILES:=COPYRIGHT + PKG_INSTALL:=1 include $(INCLUDE_DIR)/package.mk