aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-test/catch2
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2023-08-03 10:48:34 +0200
committerKhem Raj <raj.khem@gmail.com>2023-08-03 09:14:20 -0700
commit6b2b98e52de31019dec2a7d70a5a8c37c750601d (patch)
treebe0fa90d51f81d1819cc4f94bd73874e16499f3e /meta-oe/recipes-test/catch2
parentc85d1218e3c9bfd0f61dece55fdda2ad0226cbbd (diff)
downloadmeta-openembedded-contrib-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/catch2')
-rw-r--r--meta-oe/recipes-test/catch2/catch2_2.13.7.bb1
1 files changed, 0 insertions, 1 deletions
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 @@
DESCRIPTION = "A modern, C++-native, header-only, test framework for unit-tests, \
TDD and BDD - using C++11, C++14, C++17 and later."
-AUTHOR = "Phil Nash, Martin Horenovsky and others"
HOMEPAGE = "https://github.com/catchorg/Catch2"
LICENSE = "BSL-1.0"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e4224ccaecb14d942c71d31bef20d78c"