summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Fuchs <mklntf@gmail.com>2023-11-08 22:38:03 +0100
committerKhem Raj <raj.khem@gmail.com>2023-11-08 22:51:28 -0800
commit7bd2cd290c14330cc4b10804532d71563ee57a0e (patch)
tree1c49dd67c9c2769b0e3f8dcf0913430565a23fbb
parent9ca31fdd534a009e801b9351edea6c21660bdc57 (diff)
downloadmeta-openembedded-7bd2cd290c14330cc4b10804532d71563ee57a0e.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: Markus Fuchs <mklntf@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-multimedia/recipes-multimedia/pipewire/pipewire_0.3.84.bb1
-rw-r--r--meta-multimedia/recipes-multimedia/wireplumber/wireplumber_0.4.15.bb1
-rw-r--r--meta-oe/recipes-test/shunit2/shunit2_2.1.8.bb1
3 files changed, 0 insertions, 3 deletions
diff --git a/meta-multimedia/recipes-multimedia/pipewire/pipewire_0.3.84.bb b/meta-multimedia/recipes-multimedia/pipewire/pipewire_0.3.84.bb
index 34c4a68ee0..25d4762c85 100644
--- a/meta-multimedia/recipes-multimedia/pipewire/pipewire_0.3.84.bb
+++ b/meta-multimedia/recipes-multimedia/pipewire/pipewire_0.3.84.bb
@@ -2,7 +2,6 @@ SUMMARY = "Multimedia processing server for Linux"
2DESCRIPTION = "Linux server for handling and routing audio and video streams between applications and multimedia I/O devices" 2DESCRIPTION = "Linux server for handling and routing audio and video streams between applications and multimedia I/O devices"
3HOMEPAGE = "https://pipewire.org/" 3HOMEPAGE = "https://pipewire.org/"
4BUGTRACKER = "https://gitlab.freedesktop.org/pipewire/pipewire/issues" 4BUGTRACKER = "https://gitlab.freedesktop.org/pipewire/pipewire/issues"
5AUTHOR = "Wim Taymans <wtaymans@redhat.com>"
6SECTION = "multimedia" 5SECTION = "multimedia"
7 6
8LICENSE = "MIT & LGPL-2.1-or-later & GPL-2.0-only" 7LICENSE = "MIT & LGPL-2.1-or-later & GPL-2.0-only"
diff --git a/meta-multimedia/recipes-multimedia/wireplumber/wireplumber_0.4.15.bb b/meta-multimedia/recipes-multimedia/wireplumber/wireplumber_0.4.15.bb
index 679921922e..5a180d1e07 100644
--- a/meta-multimedia/recipes-multimedia/wireplumber/wireplumber_0.4.15.bb
+++ b/meta-multimedia/recipes-multimedia/wireplumber/wireplumber_0.4.15.bb
@@ -1,7 +1,6 @@
1SUMMARY = "Session / policy manager implementation for PipeWire" 1SUMMARY = "Session / policy manager implementation for PipeWire"
2HOMEPAGE = "https://gitlab.freedesktop.org/pipewire/wireplumber" 2HOMEPAGE = "https://gitlab.freedesktop.org/pipewire/wireplumber"
3BUGTRACKER = "https://gitlab.freedesktop.org/pipewire/wireplumber/issues" 3BUGTRACKER = "https://gitlab.freedesktop.org/pipewire/wireplumber/issues"
4AUTHOR = "George Kiagiadakis <george.kiagiadakis@collabora.com>"
5SECTION = "multimedia" 4SECTION = "multimedia"
6 5
7LICENSE = "MIT" 6LICENSE = "MIT"
diff --git a/meta-oe/recipes-test/shunit2/shunit2_2.1.8.bb b/meta-oe/recipes-test/shunit2/shunit2_2.1.8.bb
index 0ac06c361b..683600f712 100644
--- a/meta-oe/recipes-test/shunit2/shunit2_2.1.8.bb
+++ b/meta-oe/recipes-test/shunit2/shunit2_2.1.8.bb
@@ -1,5 +1,4 @@
1SUMMARY = "shUnit2 is a xUnit based unit test framework for Bourne based shell scripts" 1SUMMARY = "shUnit2 is a xUnit based unit test framework for Bourne based shell scripts"
2AUTHOR = "Kate Ward <kate.ward@forestent.com>"
3HOMEPAGE = "https://github.com/kward/shunit2" 2HOMEPAGE = "https://github.com/kward/shunit2"
4LICENSE = "Apache-2.0" 3LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"