[openwrt/openwrt] ncurses: add package CPE ID
LEDE Commits
lede-commits at lists.infradead.org
Sun Oct 23 05:22:15 PDT 2022
hauke pushed a commit to openwrt/openwrt.git, branch openwrt-22.03:
https://git.openwrt.org/69e6486136a6d950273b1ee3ee45ea2db27e9f81
commit 69e6486136a6d950273b1ee3ee45ea2db27e9f81
Author: Petr Štetiar <ynezz at true.cz>
AuthorDate: Wed Oct 19 21:38:08 2022 +0200
ncurses: 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 at ads-tec.de>
Signed-off-by: Petr Štetiar <ynezz at true.cz>
(cherry picked from commit 3826e72b8e100f1f1df742cce6e5567b98c080e4)
---
package/libs/ncurses/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/libs/ncurses/Makefile b/package/libs/ncurses/Makefile
index b21dd2b0ab..14f74082af 100644
--- a/package/libs/ncurses/Makefile
+++ b/package/libs/ncurses/Makefile
@@ -8,6 +8,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=ncurses
+PKG_CPE_ID:=cpe:/a:gnu:ncurses
PKG_VERSION:=6.3
PKG_RELEASE:=$(AUTORELEASE)
More information about the lede-commits
mailing list