diff options
| author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2023-08-03 10:27:18 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-08-10 09:18:53 +0100 |
| commit | a26970fa3a7c2eced819640f9050a3aadcef59ad (patch) | |
| tree | 0dec9c306b3bf15a0dad9b68bda80b4841cede64 /meta/recipes-multimedia | |
| parent | b0152a34640612e4e92b67e861529a73e3e9a396 (diff) | |
| download | poky-a26970fa3a7c2eced819640f9050a3aadcef59ad.tar.gz | |
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 <michael.opdenacker@bootlin.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia')
| -rw-r--r-- | meta/recipes-multimedia/libsndfile/libsndfile1_1.2.0.bb | 1 | ||||
| -rw-r--r-- | meta/recipes-multimedia/pulseaudio/pulseaudio.inc | 1 |
2 files changed, 0 insertions, 2 deletions
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 \ | |||
| 3 | sound (such as MS Windows WAV and the Apple/SGI AIFF format) through \ | 3 | sound (such as MS Windows WAV and the Apple/SGI AIFF format) through \ |
| 4 | one standard library interface." | 4 | one standard library interface." |
| 5 | HOMEPAGE = "https://libsndfile.github.io/libsndfile/" | 5 | HOMEPAGE = "https://libsndfile.github.io/libsndfile/" |
| 6 | AUTHOR = "Erik de Castro Lopo" | ||
| 7 | DEPENDS = "flac libogg libvorbis" | 6 | DEPENDS = "flac libogg libvorbis" |
| 8 | SECTION = "libs/multimedia" | 7 | SECTION = "libs/multimedia" |
| 9 | LICENSE = "LGPL-2.1-only" | 8 | 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" | |||
| 2 | DESCRIPTION = "A general purpose sound server intended to run as a middleware \ | 2 | DESCRIPTION = "A general purpose sound server intended to run as a middleware \ |
| 3 | between your applications and your hardware devices, either using ALSA or OSS." | 3 | between your applications and your hardware devices, either using ALSA or OSS." |
| 4 | HOMEPAGE = "http://www.pulseaudio.org" | 4 | HOMEPAGE = "http://www.pulseaudio.org" |
| 5 | AUTHOR = "Lennart Poettering" | ||
| 6 | SECTION = "libs/multimedia" | 5 | SECTION = "libs/multimedia" |
| 7 | 6 | ||
| 8 | # Most of PulseAudio code is under LGPL-2.1-or-later. There are a few | 7 | # Most of PulseAudio code is under LGPL-2.1-or-later. There are a few |
