diff options
author | Derek Straka <derek@asterius.io> | 2018-07-10 16:45:16 -0400 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-07-12 07:19:43 -0700 |
commit | ed8ed3f516ecf5a09e2d038a17d360339345f841 (patch) | |
tree | ca91cc18b9ad08d43f29e99b38552c8116ec1e5e /meta-python/recipes-devtools/python/python-flask.inc | |
parent | b0a7b41ba0e4372af7fbaba3d1a7d32a1f50a903 (diff) | |
download | meta-openembedded-ed8ed3f516ecf5a09e2d038a17d360339345f841.tar.gz |
python-flask: update to version 1.0.2
License-Update: Copyright authors changed along with formatting of the license.
License terms remain the same
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-flask.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-flask.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-python/recipes-devtools/python/python-flask.inc b/meta-python/recipes-devtools/python/python-flask.inc index ecf5619ec2..66ad1a6e74 100644 --- a/meta-python/recipes-devtools/python/python-flask.inc +++ b/meta-python/recipes-devtools/python/python-flask.inc | |||
@@ -4,10 +4,10 @@ Flask is a microframework for Python based on Werkzeug, Jinja 2 and good \ | |||
4 | intentions. And before you ask: It’s BSD licensed!" | 4 | intentions. And before you ask: It’s BSD licensed!" |
5 | HOMEPAGE = "https://github.com/mitsuhiko/flask/" | 5 | HOMEPAGE = "https://github.com/mitsuhiko/flask/" |
6 | LICENSE = "BSD" | 6 | LICENSE = "BSD" |
7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=19866b76b054ab30c270c0eb9d7e43d7" | 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c011883ac26229b8ba3084f55c7664c6" |
8 | 8 | ||
9 | SRC_URI[md5sum] = "97278dfdafda98ba7902e890b0289177" | 9 | SRC_URI[md5sum] = "824f0f20aae1f44c9c7dc4054adb7969" |
10 | SRC_URI[sha256sum] = "49f44461237b69ecd901cc7ce66feea0319b9158743dd27a2899962ab214dac1" | 10 | SRC_URI[sha256sum] = "2271c0070dbcb5275fad4a82e29f23ab92682dc45f9dfbc22c02ba9b9322ce48" |
11 | 11 | ||
12 | CLEANBROKEN = "1" | 12 | CLEANBROKEN = "1" |
13 | 13 | ||