mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-20 16:26:25 +00:00
Contains fixes for CVE-2026-3902, CVE-2026-4277, CVE-2026-4292, CVE-2026-33033 and CVE-2026-33034. Changelog: https://docs.djangoproject.com/en/6.0/releases/6.0.4/ Ptests passed successfully: Ran 18691 tests in 149.800s OK (skipped=1397, expected failures=5) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
10 lines
359 B
BlitzBasic
10 lines
359 B
BlitzBasic
require python3-django.inc
|
|
inherit python_setuptools_build_meta
|
|
|
|
SRC_URI[sha256sum] = "8cfa2572b3f2768b2e84983cf3c4811877a01edb64e817986ec5d60751c113ac"
|
|
|
|
# Set DEFAULT_PREFERENCE so that the LTS version of django is built by
|
|
# default. To build the 6.x branch,
|
|
# PREFERRED_VERSION_python3-django = "6.0.%" can be added to local.conf
|
|
DEFAULT_PREFERENCE = "-1"
|