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-test | |
| 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-test')
| -rw-r--r-- | meta-oe/recipes-test/bats/bats_1.10.0.bb | 1 | ||||
| -rw-r--r-- | meta-oe/recipes-test/catch2/catch2_2.13.7.bb | 1 | ||||
| -rw-r--r-- | meta-oe/recipes-test/evtest/evtest_1.35.bb | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/meta-oe/recipes-test/bats/bats_1.10.0.bb b/meta-oe/recipes-test/bats/bats_1.10.0.bb index 0fb624e0da..d2a93e190b 100644 --- a/meta-oe/recipes-test/bats/bats_1.10.0.bb +++ b/meta-oe/recipes-test/bats/bats_1.10.0.bb | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | SUMMARY = "Bash Automated Testing System" | 1 | SUMMARY = "Bash Automated Testing System" |
| 2 | DESCRIPTION = "Bats is a TAP-compliant testing framework for Bash. It \ | 2 | DESCRIPTION = "Bats is a TAP-compliant testing framework for Bash. It \ |
| 3 | provides a simple way to verify that the UNIX programs you write behave as expected." | 3 | provides a simple way to verify that the UNIX programs you write behave as expected." |
| 4 | AUTHOR = "Sam Stephenson & bats-core organization" | ||
| 5 | HOMEPAGE = "https://github.com/bats-core/bats-core" | 4 | HOMEPAGE = "https://github.com/bats-core/bats-core" |
| 6 | LICENSE = "MIT" | 5 | LICENSE = "MIT" |
| 7 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=2970203aedf9e829edb96a137a4fe81b" | 6 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=2970203aedf9e829edb96a137a4fe81b" |
diff --git a/meta-oe/recipes-test/catch2/catch2_2.13.7.bb b/meta-oe/recipes-test/catch2/catch2_2.13.7.bb index ed50f659d3..1dd082fa8e 100644 --- a/meta-oe/recipes-test/catch2/catch2_2.13.7.bb +++ b/meta-oe/recipes-test/catch2/catch2_2.13.7.bb | |||
| @@ -1,6 +1,5 @@ | |||
| 1 | DESCRIPTION = "A modern, C++-native, header-only, test framework for unit-tests, \ | 1 | DESCRIPTION = "A modern, C++-native, header-only, test framework for unit-tests, \ |
| 2 | TDD and BDD - using C++11, C++14, C++17 and later." | 2 | TDD and BDD - using C++11, C++14, C++17 and later." |
| 3 | AUTHOR = "Phil Nash, Martin Horenovsky and others" | ||
| 4 | HOMEPAGE = "https://github.com/catchorg/Catch2" | 3 | HOMEPAGE = "https://github.com/catchorg/Catch2" |
| 5 | LICENSE = "BSL-1.0" | 4 | LICENSE = "BSL-1.0" |
| 6 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e4224ccaecb14d942c71d31bef20d78c" | 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e4224ccaecb14d942c71d31bef20d78c" |
diff --git a/meta-oe/recipes-test/evtest/evtest_1.35.bb b/meta-oe/recipes-test/evtest/evtest_1.35.bb index 51af9997f9..52f684ce5f 100644 --- a/meta-oe/recipes-test/evtest/evtest_1.35.bb +++ b/meta-oe/recipes-test/evtest/evtest_1.35.bb | |||
| @@ -1,6 +1,5 @@ | |||
| 1 | SUMMARY = "Simple tool for input event debugging" | 1 | SUMMARY = "Simple tool for input event debugging" |
| 2 | HOMEPAGE = "http://people.freedesktop.org/~whot/evtest/" | 2 | HOMEPAGE = "http://people.freedesktop.org/~whot/evtest/" |
| 3 | AUTHOR = "Vojtech Pavlik <vojtech@suse.cz>" | ||
| 4 | SECTION = "console/utils" | 3 | SECTION = "console/utils" |
| 5 | LICENSE = "GPL-2.0-only" | 4 | LICENSE = "GPL-2.0-only" |
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" |
