diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-12-30 13:24:49 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-12-31 08:28:52 -0800 |
| commit | febab3813645c5a5dc5bace9041f834bd555b65d (patch) | |
| tree | 288cf8f9b26ffa5e33fde871808f0833be34bf72 /meta-python | |
| parent | 34f5d84f856caaadbec585bfb4fec3737eaa4299 (diff) | |
| download | meta-openembedded-febab3813645c5a5dc5bace9041f834bd555b65d.tar.gz | |
python3-redis: set CVE_PRODUCT
Set the correct CVE_PRODUCT for the recipe.
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-redis_5.2.1.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-redis_5.2.1.bb b/meta-python/recipes-devtools/python/python3-redis_5.2.1.bb index 702e9d9db5..ba214f5869 100644 --- a/meta-python/recipes-devtools/python/python3-redis_5.2.1.bb +++ b/meta-python/recipes-devtools/python/python3-redis_5.2.1.bb | |||
| @@ -19,3 +19,5 @@ RDEPENDS:${PN} += " \ | |||
| 19 | python3-json \ | 19 | python3-json \ |
| 20 | python3-packaging \ | 20 | python3-packaging \ |
| 21 | " | 21 | " |
| 22 | |||
| 23 | CVE_PRODUCT = "redis-py" | ||
