diff options
author | Markus Fuchs <mklntf@gmail.com> | 2023-11-08 22:38:03 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-11-08 22:51:28 -0800 |
commit | 7bd2cd290c14330cc4b10804532d71563ee57a0e (patch) | |
tree | 1c49dd67c9c2769b0e3f8dcf0913430565a23fbb | |
parent | 9ca31fdd534a009e801b9351edea6c21660bdc57 (diff) | |
download | meta-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>
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" | |||
2 | DESCRIPTION = "Linux server for handling and routing audio and video streams between applications and multimedia I/O devices" | 2 | DESCRIPTION = "Linux server for handling and routing audio and video streams between applications and multimedia I/O devices" |
3 | HOMEPAGE = "https://pipewire.org/" | 3 | HOMEPAGE = "https://pipewire.org/" |
4 | BUGTRACKER = "https://gitlab.freedesktop.org/pipewire/pipewire/issues" | 4 | BUGTRACKER = "https://gitlab.freedesktop.org/pipewire/pipewire/issues" |
5 | AUTHOR = "Wim Taymans <wtaymans@redhat.com>" | ||
6 | SECTION = "multimedia" | 5 | SECTION = "multimedia" |
7 | 6 | ||
8 | LICENSE = "MIT & LGPL-2.1-or-later & GPL-2.0-only" | 7 | LICENSE = "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 @@ | |||
1 | SUMMARY = "Session / policy manager implementation for PipeWire" | 1 | SUMMARY = "Session / policy manager implementation for PipeWire" |
2 | HOMEPAGE = "https://gitlab.freedesktop.org/pipewire/wireplumber" | 2 | HOMEPAGE = "https://gitlab.freedesktop.org/pipewire/wireplumber" |
3 | BUGTRACKER = "https://gitlab.freedesktop.org/pipewire/wireplumber/issues" | 3 | BUGTRACKER = "https://gitlab.freedesktop.org/pipewire/wireplumber/issues" |
4 | AUTHOR = "George Kiagiadakis <george.kiagiadakis@collabora.com>" | ||
5 | SECTION = "multimedia" | 4 | SECTION = "multimedia" |
6 | 5 | ||
7 | LICENSE = "MIT" | 6 | LICENSE = "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 @@ | |||
1 | SUMMARY = "shUnit2 is a xUnit based unit test framework for Bourne based shell scripts" | 1 | SUMMARY = "shUnit2 is a xUnit based unit test framework for Bourne based shell scripts" |
2 | AUTHOR = "Kate Ward <kate.ward@forestent.com>" | ||
3 | HOMEPAGE = "https://github.com/kward/shunit2" | 2 | HOMEPAGE = "https://github.com/kward/shunit2" |
4 | LICENSE = "Apache-2.0" | 3 | LICENSE = "Apache-2.0" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" |