]> Git Repo - buildroot-mgba.git/commitdiff
package/util-linux/util-linux-libs: add CPE variables
authorFabrice Fontaine <[email protected]>
Sat, 4 Dec 2021 21:25:47 +0000 (22:25 +0100)
committerYann E. MORIN <[email protected]>
Sat, 4 Dec 2021 21:36:43 +0000 (22:36 +0100)
cpe:2.3:a:kernel:util-linux is a valid CPE identifier for this package:

  https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe%3A2.3%3Aa%3Akernel%3Autil-linux

Inherit the values from util-linux; they really are, and have to be,
the same.

Signed-off-by: Fabrice Fontaine <[email protected]>
[[email protected]: inherit values from util-linux]
Signed-off-by: Yann E. MORIN <[email protected]>
package/util-linux/util-linux-libs/util-linux-libs.mk

index 3a3a655e62e820e93d4c0c25fa9f05823daf44c4..20566345c63d59d752f5fb50ea2ea757a652fcf2 100644 (file)
@@ -10,6 +10,8 @@ UTIL_LINUX_LIBS_VERSION = $(UTIL_LINUX_VERSION)
 UTIL_LINUX_LIBS_SOURCE = $(UTIL_LINUX_SOURCE)
 UTIL_LINUX_LIBS_SITE = $(UTIL_LINUX_SITE)
 UTIL_LINUX_LIBS_DL_SUBDIR = $(UTIL_LINUX_DL_SUBDIR)
+UTIL_LINUX_LIBS_CPE_ID_VENDOR = $(UTIL_LINUX_CPE_ID_VENDOR)
+UTIL_LINUX_LIBS_CPE_ID_PRODUCT = $(UTIL_LINUX_CPE_ID_PRODUCT)
 
 # README.licensing claims that some files are GPL-2.0 only, but this is not
 # true. Some files are GPL-3.0+ but only in tests and optionally in hwclock
This page took 0.02875 seconds and 4 git commands to generate.