diff options
author | Jan Pavlinec <jan.pavlinec@nic.cz> | 2019-09-12 14:13:21 +0200 |
---|---|---|
committer | Jan Pavlinec <jan.pavlinec@nic.cz> | 2019-09-17 12:40:26 +0200 |
commit | 299e5b0a9bce19d6e96cb9ff217028b36ee2dd36 (patch) | |
tree | b46d31883b6a3d091fcb9b4f747c2cad0a9b45fe /lang/luaexpat/Makefile | |
parent | ffe358b918535e6b63499dc8b42fe046b696f785 (diff) |
treewide: add PKG_CPE_ID for better cvescanner coverage
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
Diffstat (limited to 'lang/luaexpat/Makefile')
-rw-r--r-- | lang/luaexpat/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/luaexpat/Makefile b/lang/luaexpat/Makefile index f4ebef8e4..b5d7699d5 100644 --- a/lang/luaexpat/Makefile +++ b/lang/luaexpat/Makefile @@ -15,6 +15,8 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://matthewwild.co.uk/projects/luaexpat PKG_HASH:=d060397960d87b2c89cf490f330508b7def1a0677bdc120531c571609fc57dc3 +PKG_CPE_ID:=cpe:/a:matthewwild:luaexpat + include $(INCLUDE_DIR)/package.mk define Package/luaexpat |