summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2023-08-03 10:48:38 +0200
committerKhem Raj <raj.khem@gmail.com>2023-08-03 09:14:20 -0700
commit706832c7a2500693abbe8d20e318e5b43c64dd95 (patch)
treeee4a89baea7ec03aca421632ad3506b783818a46
parentf14244a98cca17ce0b0cb39f3b7ec86e6176243b (diff)
downloadmeta-openembedded-706832c7a2500693abbe8d20e318e5b43c64dd95.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>
-rw-r--r--meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc_git.bb1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc_git.bb b/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc_git.bb
index 88f32c818..5c7e84cc9 100644
--- a/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc_git.bb
+++ b/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc_git.bb
@@ -1,6 +1,5 @@
1# the binaries are statically linked against klibc 1# the binaries are statically linked against klibc
2SUMMARY = "Kexec tools, statically compiled against klibc" 2SUMMARY = "Kexec tools, statically compiled against klibc"
3AUTHOR = "Eric Biederman"
4HOMEPAGE = "http://kernel.org/pub/linux/utils/kernel/kexec/" 3HOMEPAGE = "http://kernel.org/pub/linux/utils/kernel/kexec/"
5SECTION = "kernel/userland" 4SECTION = "kernel/userland"
6LICENSE = "GPL-2.0-only" 5LICENSE = "GPL-2.0-only"