diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-12-31 08:54:19 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-12-31 08:34:01 -0800 |
| commit | 5d8e8ebcab8789f8485b353e376b4519a7c8adc7 (patch) | |
| tree | 685f722205c0957901a389936c702e8340e84639 /meta-python/recipes-devtools/python/python3-cvxopt_1.3.2.bb | |
| parent | a8bc7739b55a710619dcb0673bc4e258c89e45bc (diff) | |
| download | meta-openembedded-5d8e8ebcab8789f8485b353e376b4519a7c8adc7.tar.gz | |
python3-cvxopt: set CVE_PRODUCT
Set correct CVE_PRODUCT to be used instead of ${PN}.
See CVE db query:
sqlite> select * from products where product like '%cvxopt%';
CVE-2021-41500|cvxopt_project|cvxopt|||1.2.6|<=
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-cvxopt_1.3.2.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-cvxopt_1.3.2.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-cvxopt_1.3.2.bb b/meta-python/recipes-devtools/python/python3-cvxopt_1.3.2.bb index 78402d50f4..3573d7719f 100644 --- a/meta-python/recipes-devtools/python/python3-cvxopt_1.3.2.bb +++ b/meta-python/recipes-devtools/python/python3-cvxopt_1.3.2.bb | |||
| @@ -7,6 +7,7 @@ SRC_URI = "git://github.com/cvxopt/cvxopt;protocol=https;branch=master" | |||
| 7 | 7 | ||
| 8 | SRCREV = "3b718ee560b3b97d6255c55f0ed7f64cb4b72082" | 8 | SRCREV = "3b718ee560b3b97d6255c55f0ed7f64cb4b72082" |
| 9 | 9 | ||
| 10 | CVE_PRODUCT = "cvxopt" | ||
| 10 | 11 | ||
| 11 | RDEPENDS:${PN} += "lapack suitesparse" | 12 | RDEPENDS:${PN} += "lapack suitesparse" |
| 12 | DEPENDS += "lapack suitesparse" | 13 | DEPENDS += "lapack suitesparse" |
