diff options
| author | Peter Kjellerstedt <peter.kjellerstedt@axis.com> | 2022-04-01 23:58:20 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-04-03 10:40:31 +0100 |
| commit | 7e8d8b0dca0e5e1977b190a98c9706fd7b771ac6 (patch) | |
| tree | aff787eeabc62f89e65135bcbe0a7a35032b1f15 /meta/recipes-devtools/python/python3-jinja2_3.1.1.bb | |
| parent | 1459f495ba40595912da7060d6a83244b424d8de (diff) | |
| download | poky-7e8d8b0dca0e5e1977b190a98c9706fd7b771ac6.tar.gz | |
python3-jinja2: Correct HOMEPAGE
(From OE-Core rev: 261778c1e3665b34c0d4e49bda63b520d5335587)
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-jinja2_3.1.1.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-jinja2_3.1.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-jinja2_3.1.1.bb b/meta/recipes-devtools/python/python3-jinja2_3.1.1.bb index 0a2bcd71f5..c38686a5c2 100644 --- a/meta/recipes-devtools/python/python3-jinja2_3.1.1.bb +++ b/meta/recipes-devtools/python/python3-jinja2_3.1.1.bb | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | DESCRIPTION = "Python Jinja2: A small but fast and easy to use stand-alone template engine written in pure python." | 1 | DESCRIPTION = "Python Jinja2: A small but fast and easy to use stand-alone template engine written in pure python." |
| 2 | HOMEPAGE = "https://pypi.org/project/Jinja/" | 2 | HOMEPAGE = "https://pypi.org/project/Jinja2/" |
| 3 | 3 | ||
| 4 | LICENSE = "BSD-3-Clause" | 4 | LICENSE = "BSD-3-Clause" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=5dc88300786f1c214c1e9827a5229462" | 5 | LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=5dc88300786f1c214c1e9827a5229462" |
