summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Sakoman <steve@sakoman.com>2021-09-21 05:04:07 -1000
committerSteve Sakoman <steve@sakoman.com>2021-09-24 04:27:46 -1000
commit8e7c8e43260682efafabc50c757b9c2daff98f13 (patch)
treefc75230e4ac71966a5e88c8a45878cd5c9f598a3
parentbdaa86fa4636e4b48e7a001d969d2f9175fb1ff2 (diff)
downloadopenembedded-core-contrib-8e7c8e43260682efafabc50c757b9c2daff98f13.tar.gz
connman: add CVE_PRODUCT
Upstream database uses both "connman" and "connection_manager" to report CVEs Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r--meta/recipes-connectivity/connman/connman.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/connman/connman.inc b/meta/recipes-connectivity/connman/connman.inc
index 55e5bf97c7..c495ae29ad 100644
--- a/meta/recipes-connectivity/connman/connman.inc
+++ b/meta/recipes-connectivity/connman/connman.inc
@@ -15,6 +15,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e \
inherit autotools pkgconfig systemd update-rc.d update-alternatives
+CVE_PRODUCT = "connman connection_manager"
+
DEPENDS = "dbus glib-2.0 ppp"
INC_PR = "r20"