aboutsummaryrefslogtreecommitdiff
path: root/libs/nlohmannjson
diff options
context:
space:
mode:
authorFabrice Fontaine <fontaine.fabrice@gmail.com>2024-02-02 18:37:33 +0100
committerRosen Penev <rosenp@gmail.com>2024-02-04 16:16:10 -0800
commit5afe5c9031190844f267357c68efe3c9c3cbe51d (patch)
tree7ea28eb252a863372288036d0cb7d767b947a8b2 /libs/nlohmannjson
parentdfb030d4120228cdda353bbbac9fda94031dae07 (diff)
treewide: assign PKG_CPE_ID
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Diffstat (limited to 'libs/nlohmannjson')
-rw-r--r--libs/nlohmannjson/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/nlohmannjson/Makefile b/libs/nlohmannjson/Makefile
index c88257a32..b2bbf5f24 100644
--- a/libs/nlohmannjson/Makefile
+++ b/libs/nlohmannjson/Makefile
@@ -16,6 +16,7 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/json-$(PKG_VERSION)
PKG_MAINTAINER:=Leonid Esman <leonid.esman@gmail.com>
PKG_LICENSE:=MIT
PKG_LICENSE_FILES:=LICENSE.MIT
+PKG_CPE_ID:=cpe:/a:json-for-modern-cpp_project:json-for-modern-cpp
include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/meson.mk