From a26970fa3a7c2eced819640f9050a3aadcef59ad Mon Sep 17 00:00:00 2001 From: Michael Opdenacker Date: Thu, 3 Aug 2023 10:27:18 +0200 Subject: recipes: remove unused AUTHOR variable No longer used in generating packages Also creates a possible confusion with the recipe maintainer name. (From OE-Core rev: 9d5edd124b7dddb995ceddd79f8a7fc8cf44badf) Signed-off-by: Michael Opdenacker Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- meta/recipes-multimedia/libsndfile/libsndfile1_1.2.0.bb | 1 - meta/recipes-multimedia/pulseaudio/pulseaudio.inc | 1 - 2 files changed, 2 deletions(-) (limited to 'meta/recipes-multimedia') diff --git a/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.0.bb b/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.0.bb index b8001f4618..58eea0baf9 100644 --- a/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.0.bb +++ b/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.0.bb @@ -3,7 +3,6 @@ DESCRIPTION = "Library for reading and writing files containing sampled \ sound (such as MS Windows WAV and the Apple/SGI AIFF format) through \ one standard library interface." HOMEPAGE = "https://libsndfile.github.io/libsndfile/" -AUTHOR = "Erik de Castro Lopo" DEPENDS = "flac libogg libvorbis" SECTION = "libs/multimedia" LICENSE = "LGPL-2.1-only" diff --git a/meta/recipes-multimedia/pulseaudio/pulseaudio.inc b/meta/recipes-multimedia/pulseaudio/pulseaudio.inc index 6055a9ebad..08a608bab1 100644 --- a/meta/recipes-multimedia/pulseaudio/pulseaudio.inc +++ b/meta/recipes-multimedia/pulseaudio/pulseaudio.inc @@ -2,7 +2,6 @@ SUMMARY = "Sound server for Linux and Unix-like operating systems" DESCRIPTION = "A general purpose sound server intended to run as a middleware \ between your applications and your hardware devices, either using ALSA or OSS." HOMEPAGE = "http://www.pulseaudio.org" -AUTHOR = "Lennart Poettering" SECTION = "libs/multimedia" # Most of PulseAudio code is under LGPL-2.1-or-later. There are a few -- cgit v1.2.3-54-g00ecf