summaryrefslogtreecommitdiffstats
path: root/package/libs
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2023-09-24 20:16:21 +0200
committerAlexander Couzens <lynxis@fe80.eu>2023-09-27 22:20:26 +0200
commit1da2e82c1182a3fd681da5760be96821213afadd (patch)
tree0e8e9a797e1351c5594d417a35a126173e3e6643 /package/libs
parentb110a094021e8a5316392fa19a8261e032dd1c7d (diff)
downloadopenwrt-19.07.tar.gz
openwrt-19.07.tar.bz2
openwrt-19.07.zip
treewide: Add extra CPE identifieropenwrt-19.07
This adds some Common Platform Enumerations (CPE) identifiers which I found. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'package/libs')
-rw-r--r--package/libs/popt/Makefile1
-rw-r--r--package/libs/sysfsutils/Makefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/package/libs/popt/Makefile b/package/libs/popt/Makefile
index 34ae4d7c61..3e7f027a88 100644
--- a/package/libs/popt/Makefile
+++ b/package/libs/popt/Makefile
@@ -18,6 +18,7 @@ PKG_SOURCE_URL:= \
http://rpm5.org/files/popt/
PKG_HASH:=e728ed296fe9f069a0e005003c3d6b2dde3d9cad453422a10d6558616d304cc8
PKG_LICENSE:=MIT
+PKG_CPE_ID:=cpe:/a:popt_project:popt
PKG_FIXUP:=autoreconf
PKG_REMOVE_FILES:=autogen.sh aclocal.m4
diff --git a/package/libs/sysfsutils/Makefile b/package/libs/sysfsutils/Makefile
index 8ce9a40f91..75951d6300 100644
--- a/package/libs/sysfsutils/Makefile
+++ b/package/libs/sysfsutils/Makefile
@@ -15,6 +15,7 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@SF/linux-diag
PKG_HASH:=e865de2c1f559fff0d3fc936e660c0efaf7afe662064f2fb97ccad1ec28d208a
PKG_MAINTAINER:=Jo-Philipp Wich <jo@mein.io>
+PKG_CPE_ID:=cpe:/a:sysfsutils_project:sysfsutils
PKG_LICENSE:=LGPL-2.1
PKG_LICENSE_FILES:=COPYING cmd/GPL lib/LGPL