diff options
| author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2023-08-03 10:48:34 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-08-03 09:14:20 -0700 |
| commit | 6b2b98e52de31019dec2a7d70a5a8c37c750601d (patch) | |
| tree | be0fa90d51f81d1819cc4f94bd73874e16499f3e /meta-oe/recipes-devtools | |
| parent | c85d1218e3c9bfd0f61dece55fdda2ad0226cbbd (diff) | |
| download | meta-openembedded-6b2b98e52de31019dec2a7d70a5a8c37c750601d.tar.gz | |
remove unused AUTHOR variable
No longer used in generating packages
Also creates a possible confusion with the recipe maintainer
name.
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools')
| -rw-r--r-- | meta-oe/recipes-devtools/cjson/cjson_1.7.15.bb | 1 | ||||
| -rw-r--r-- | meta-oe/recipes-devtools/cloc/cloc_1.94.bb | 1 | ||||
| -rw-r--r-- | meta-oe/recipes-devtools/guider/guider_3.9.8.bb | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/meta-oe/recipes-devtools/cjson/cjson_1.7.15.bb b/meta-oe/recipes-devtools/cjson/cjson_1.7.15.bb index 200f751669..8bf7981ab0 100644 --- a/meta-oe/recipes-devtools/cjson/cjson_1.7.15.bb +++ b/meta-oe/recipes-devtools/cjson/cjson_1.7.15.bb | |||
| @@ -1,5 +1,4 @@ | |||
| 1 | DESCRIPTION = "Ultralightweight JSON parser in ANSI C" | 1 | DESCRIPTION = "Ultralightweight JSON parser in ANSI C" |
| 2 | AUTHOR = "Dave Gamble" | ||
| 3 | HOMEPAGE = "https://github.com/DaveGamble/cJSON" | 2 | HOMEPAGE = "https://github.com/DaveGamble/cJSON" |
| 4 | SECTION = "libs" | 3 | SECTION = "libs" |
| 5 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
diff --git a/meta-oe/recipes-devtools/cloc/cloc_1.94.bb b/meta-oe/recipes-devtools/cloc/cloc_1.94.bb index 2f92d81001..37a21cc3a6 100644 --- a/meta-oe/recipes-devtools/cloc/cloc_1.94.bb +++ b/meta-oe/recipes-devtools/cloc/cloc_1.94.bb | |||
| @@ -1,6 +1,5 @@ | |||
| 1 | SUMMARY = "Count blank lines, comment lines, and physical lines of source code \ | 1 | SUMMARY = "Count blank lines, comment lines, and physical lines of source code \ |
| 2 | in many programming languages." | 2 | in many programming languages." |
| 3 | AUTHOR = "Al Danial" | ||
| 4 | 3 | ||
| 5 | LICENSE="GPL-2.0-only" | 4 | LICENSE="GPL-2.0-only" |
| 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=2c1c00f9d3ed9e24fa69b932b7e7aff2" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=2c1c00f9d3ed9e24fa69b932b7e7aff2" |
diff --git a/meta-oe/recipes-devtools/guider/guider_3.9.8.bb b/meta-oe/recipes-devtools/guider/guider_3.9.8.bb index 30d17c84b3..15d43e9790 100644 --- a/meta-oe/recipes-devtools/guider/guider_3.9.8.bb +++ b/meta-oe/recipes-devtools/guider/guider_3.9.8.bb | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | SUMMARY = "performance analyzer" | 1 | SUMMARY = "performance analyzer" |
| 2 | HOMEPAGE = "https://github.com/iipeace/guider" | 2 | HOMEPAGE = "https://github.com/iipeace/guider" |
| 3 | BUGTRACKER = "https://github.com/iipeace/guider/issues" | 3 | BUGTRACKER = "https://github.com/iipeace/guider/issues" |
| 4 | AUTHOR = "Peace Lee <ipeace5@gmail.com>" | ||
| 5 | 4 | ||
| 6 | LICENSE = "GPL-2.0-or-later" | 5 | LICENSE = "GPL-2.0-or-later" |
| 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=2c1c00f9d3ed9e24fa69b932b7e7aff2" | 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=2c1c00f9d3ed9e24fa69b932b7e7aff2" |
