diff options
| author | Jason Schonberg <schonm@gmail.com> | 2025-03-25 14:59:59 -0400 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-03-25 18:32:07 -0700 |
| commit | 37e9b17b1e1655b743d42c5f0a574dde08853b20 (patch) | |
| tree | 1d23e6e143366e83204d509e01397859c744a92d /meta-python/recipes-devtools/python/python3-tornado_6.4.2.bb | |
| parent | b5e0a0a0a6c8d5b904742cc3f324e03776809645 (diff) | |
| download | meta-openembedded-37e9b17b1e1655b743d42c5f0a574dde08853b20.tar.gz | |
Use https:// in HOMEPAGE variable instead of http://
Signed-off-by: Jason Schonberg <schonm@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-tornado_6.4.2.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-tornado_6.4.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-tornado_6.4.2.bb b/meta-python/recipes-devtools/python/python3-tornado_6.4.2.bb index 751f32913a..b223a11381 100644 --- a/meta-python/recipes-devtools/python/python3-tornado_6.4.2.bb +++ b/meta-python/recipes-devtools/python/python3-tornado_6.4.2.bb | |||
| @@ -2,7 +2,7 @@ SUMMARY = "Tornado is an open source version of the scalable, non-blocking web | |||
| 2 | DESCRIPTION = "Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed. \ | 2 | DESCRIPTION = "Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed. \ |
| 3 | By using non-blocking network I/O, Tornado can scale to tens of thousands of open connections, making it ideal for long \ | 3 | By using non-blocking network I/O, Tornado can scale to tens of thousands of open connections, making it ideal for long \ |
| 4 | polling, WebSockets, and other applications that require a long-lived connection to each user." | 4 | polling, WebSockets, and other applications that require a long-lived connection to each user." |
| 5 | HOMEPAGE = "http://www.tornadoweb.org/en/stable/" | 5 | HOMEPAGE = "https://www.tornadoweb.org/en/stable/" |
| 6 | LICENSE = "Apache-2.0" | 6 | LICENSE = "Apache-2.0" |
| 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" | 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" |
| 8 | 8 | ||
