diff options
| author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2023-08-03 10:27:18 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-08-10 09:18:53 +0100 |
| commit | a26970fa3a7c2eced819640f9050a3aadcef59ad (patch) | |
| tree | 0dec9c306b3bf15a0dad9b68bda80b4841cede64 /meta/recipes-devtools/python | |
| parent | b0152a34640612e4e92b67e861529a73e3e9a396 (diff) | |
| download | poky-a26970fa3a7c2eced819640f9050a3aadcef59ad.tar.gz | |
recipes: remove unused AUTHOR variable
No longer used in generating packages
Also creates a possible confusion with the recipe maintainer
name.
(From OE-Core rev: 9d5edd124b7dddb995ceddd79f8a7fc8cf44badf)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.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')
| -rw-r--r-- | meta/recipes-devtools/python/python3-ruamel-yaml_0.17.32.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-ruamel-yaml_0.17.32.bb b/meta/recipes-devtools/python/python3-ruamel-yaml_0.17.32.bb index b745f349e7..4b5e77e6e3 100644 --- a/meta/recipes-devtools/python/python3-ruamel-yaml_0.17.32.bb +++ b/meta/recipes-devtools/python/python3-ruamel-yaml_0.17.32.bb | |||
| @@ -1,6 +1,5 @@ | |||
| 1 | SUMMARY = "YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order." | 1 | SUMMARY = "YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order." |
| 2 | HOMEPAGE = "https://pypi.org/project/ruamel.yaml/" | 2 | HOMEPAGE = "https://pypi.org/project/ruamel.yaml/" |
| 3 | AUTHOR = "Anthon van der Neut" | ||
| 4 | 3 | ||
| 5 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
| 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=0e5f41db57c3a8d3584b450d35985ad1" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=0e5f41db57c3a8d3584b450d35985ad1" |
