mirror of
https://gitlab.com/prpl-foundation/prplos/feeds/feed_opensource.git
synced 2025-12-20 02:20:36 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user