diff options
author | Niko Mauno <niko.mauno@vaisala.com> | 2025-03-17 14:00:03 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-03-18 10:27:31 +0000 |
commit | 17cc5faf46ff6ad7d0b21343f8a562c8750a75b8 (patch) | |
tree | a077c45838dd13a70f76c29f2aedfa9a944a6306 | |
parent | 62ccd885c3e4555838a4971601a83f26135cafd9 (diff) | |
download | poky-17cc5faf46ff6ad7d0b21343f8a562c8750a75b8.tar.gz |
python3-imagesize: Avoid non-ASCII in SUMMARY
Replace the UTF8 character for right single quotation mark with
ASCII single quotation mark in SUMMARY variable.
(From OE-Core rev: 941e610631c3a1f611eb38134c88aa0468661137)
Signed-off-by: Niko Mauno <niko.mauno@vaisala.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/python/python3-imagesize_1.4.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-imagesize_1.4.1.bb b/meta/recipes-devtools/python/python3-imagesize_1.4.1.bb index 4edac0a533..7d37e2be24 100644 --- a/meta/recipes-devtools/python/python3-imagesize_1.4.1.bb +++ b/meta/recipes-devtools/python/python3-imagesize_1.4.1.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | SUMMARY = "Parses image files’ header and return image size." | 1 | SUMMARY = "Parses image files' header and return image size." |
2 | HOMEPAGE = "https://github.com/shibukawa/imagesize_py" | 2 | HOMEPAGE = "https://github.com/shibukawa/imagesize_py" |
3 | SECTION = "devel/python" | 3 | SECTION = "devel/python" |
4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |