diff options
author | Ross Burton <ross.burton@intel.com> | 2018-02-09 12:39:08 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-02-16 18:05:40 +0000 |
commit | df1ead11d2bd0bdc1c68df23acb761d9f5bcb747 (patch) | |
tree | 3eda55b3da83895092e3dd3359748e6017b73fbf /meta/recipes-support/db | |
parent | 325096cd2a801b6e1a741be8deaf272e9b5f3f37 (diff) | |
download | poky-df1ead11d2bd0bdc1c68df23acb761d9f5bcb747.tar.gz |
db: set correct product and version for CVE matches
We may ship db 5.3.28, but the CVE database knows this as oracle_berkeley_db
11.2.5.3.28.
(From OE-Core rev: f348cd641416d2750dfec8e19bd01e7ae9f809aa)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/db')
-rw-r--r-- | meta/recipes-support/db/db_5.3.28.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-support/db/db_5.3.28.bb b/meta/recipes-support/db/db_5.3.28.bb index fe71967715..093ee44909 100644 --- a/meta/recipes-support/db/db_5.3.28.bb +++ b/meta/recipes-support/db/db_5.3.28.bb | |||
@@ -14,6 +14,9 @@ HOMEPAGE = "http://www.oracle.com/technetwork/database/database-technologies/ber | |||
14 | LICENSE = "Sleepycat" | 14 | LICENSE = "Sleepycat" |
15 | RCONFLICTS_${PN} = "db3" | 15 | RCONFLICTS_${PN} = "db3" |
16 | 16 | ||
17 | CVE_PRODUCT = "oracle_berkeley_db" | ||
18 | CVE_VERSION = "11.2.${PV}" | ||
19 | |||
17 | PR = "r1" | 20 | PR = "r1" |
18 | PE = "1" | 21 | PE = "1" |
19 | 22 | ||