diff options
author | Qi.Chen@windriver.com <Qi.Chen@windriver.com> | 2020-06-11 14:07:41 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-06-11 21:58:29 -0700 |
commit | 639eae8901467c0bf79a05b6b6e6cda94a937ae9 (patch) | |
tree | b3fb5032ee60c2892f2a7502120dacc6ec191b02 /meta-python/recipes-devtools/python/python-django.inc | |
parent | 1b809dba989fc67b1834a30b5c69adb383a38245 (diff) | |
download | meta-openembedded-639eae8901467c0bf79a05b6b6e6cda94a937ae9.tar.gz |
python-django: set CVE_PRODUCT to be django
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-django.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-django.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-django.inc b/meta-python/recipes-devtools/python/python-django.inc index 73b7ac99f9..c02b3fa522 100644 --- a/meta-python/recipes-devtools/python/python-django.inc +++ b/meta-python/recipes-devtools/python/python-django.inc | |||
@@ -30,3 +30,5 @@ RDEPENDS_${PN} += "\ | |||
30 | ${PYTHON_PN}-xml \ | 30 | ${PYTHON_PN}-xml \ |
31 | ${PYTHON_PN}-distutils \ | 31 | ${PYTHON_PN}-distutils \ |
32 | " | 32 | " |
33 | |||
34 | CVE_PRODUCT = "django" | ||