diff options
author | Nick Hainke <vincent@systemli.org> | 2022-09-03 18:02:34 +0200 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2022-09-06 16:36:38 +0100 |
commit | 2091a76d343aeb60a6eeda9b67ac2cf0311080f8 (patch) | |
tree | c6918a19c7dcfa2983ba6918dd29f2cb423b55f6 /package/libs | |
parent | 8eca549bdc4a48fc2a9558e90bb338a3b8225449 (diff) | |
download | upstream-2091a76d343aeb60a6eeda9b67ac2cf0311080f8.tar.gz upstream-2091a76d343aeb60a6eeda9b67ac2cf0311080f8.tar.bz2 upstream-2091a76d343aeb60a6eeda9b67ac2cf0311080f8.zip |
libusb: add PKG_CPE_ID
Add CPE ID for tracking CVEs.
Signed-off-by: Nick Hainke <vincent@systemli.org>
Diffstat (limited to 'package/libs')
-rw-r--r-- | package/libs/libusb/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/libs/libusb/Makefile b/package/libs/libusb/Makefile index 5e4046813a..5d89568937 100644 --- a/package/libs/libusb/Makefile +++ b/package/libs/libusb/Makefile @@ -20,6 +20,7 @@ PKG_HASH:=12ce7a61fc9854d1d2a1ffe095f7b5fac19ddba095c259e6067a46500381b5a5 PKG_MAINTAINER:= Felix Fietkau <nbd@nbd.name> PKG_LICENSE:=LGPL-2.1-or-later PKG_LICENSE_FILES:=COPYING +PKG_CPE_ID:=cpe:/a:libusb:libusb PKG_INSTALL:=1 PKG_BUILD_PARALLEL:=1 |