diff options
author | Petr Štetiar <ynezz@true.cz> | 2022-10-19 21:38:08 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-10-23 14:21:03 +0200 |
commit | 714345d35ac8c35e7bab8797126cd35bea33e7bb (patch) | |
tree | 1acebb1526e361939f3d256ac117aa566a2cf786 /package/libs | |
parent | e946d9aa9d90ceefbd4a0c9e22a39767dc494afb (diff) | |
download | upstream-714345d35ac8c35e7bab8797126cd35bea33e7bb.tar.gz upstream-714345d35ac8c35e7bab8797126cd35bea33e7bb.tar.bz2 upstream-714345d35ac8c35e7bab8797126cd35bea33e7bb.zip |
libnftnl: add package CPE ID
Common Platform Enumeration (CPE) is a structured naming scheme for
information technology systems, software, and packages.
Suggested-by: Steffen Pfendtner <s.pfendtner@ads-tec.de>
Signed-off-by: Petr Štetiar <ynezz@true.cz>
(cherry picked from commit efb4324c36a024ae6340d85352fb6c766a27a821)
Diffstat (limited to 'package/libs')
-rw-r--r-- | package/libs/libnftnl/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/libs/libnftnl/Makefile b/package/libs/libnftnl/Makefile index 37835b4338..8434234156 100644 --- a/package/libs/libnftnl/Makefile +++ b/package/libs/libnftnl/Makefile @@ -8,6 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libnftnl +PKG_CPE_ID:=cpe:/a:netfilter:libnftnl PKG_VERSION:=1.2.1 PKG_RELEASE:=$(AUTORELEASE) |