mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
linux, package: do not use <pkg>_NAME when defining CPE ID variables
As we discussed on the mailing list, using $(<pkg>_NAME) when defining CPE ID variables feels a bit odd and needlessly complicated. Just use the package name directly. Cc: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
a9c830c0d5
commit
792f92db2b
@@ -12,8 +12,8 @@ LINUX_LICENSE_FILES = \
|
||||
LICENSES/preferred/GPL-2.0 \
|
||||
LICENSES/exceptions/Linux-syscall-note
|
||||
endif
|
||||
LINUX_CPE_ID_VENDOR = $(LINUX_NAME)
|
||||
LINUX_CPE_ID_NAME = $(LINUX_NAME)_kernel
|
||||
LINUX_CPE_ID_VENDOR = linux
|
||||
LINUX_CPE_ID_NAME = linux_kernel
|
||||
LINUX_CPE_ID_PREFIX = cpe:2.3:o
|
||||
|
||||
define LINUX_HELP_CMDS
|
||||
|
||||
Reference in New Issue
Block a user