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-bsp/setserial | |
| 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-bsp/setserial')
| -rw-r--r-- | meta/recipes-bsp/setserial/setserial_2.17.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-bsp/setserial/setserial_2.17.bb b/meta/recipes-bsp/setserial/setserial_2.17.bb index e46aeb90cb..8e4bb62b9f 100644 --- a/meta/recipes-bsp/setserial/setserial_2.17.bb +++ b/meta/recipes-bsp/setserial/setserial_2.17.bb | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | SUMMARY = "Controls the configuration of serial ports" | 1 | SUMMARY = "Controls the configuration of serial ports" |
| 2 | DESCRIPTION = "setserial is a program designed to set and/or report the configuration information associated with a serial port" | 2 | DESCRIPTION = "setserial is a program designed to set and/or report the configuration information associated with a serial port" |
| 3 | HOMEPAGE = "http://setserial.sourceforge.net" | 3 | HOMEPAGE = "http://setserial.sourceforge.net" |
| 4 | AUTHOR = "Theodore Ts'o <tytso@mit.edu>" | ||
| 5 | SECTION = "console/utils" | 4 | SECTION = "console/utils" |
| 6 | 5 | ||
| 7 | LICENSE = "GPL-2.0-only" | 6 | LICENSE = "GPL-2.0-only" |
