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
This commit is contained in:
sahbot
2024-07-29 17:33:31 +02:00
committed by Matthias FRANCK
parent 2f842330c1
commit 59f5b9fc91

View File

@@ -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