diff mbox series

[5/7,meta-filesystems] remove unused AUTHOR variable

Message ID 20230803084839.3012610-5-michael.opdenacker@bootlin.com
State Under Review
Headers show
Series [1/7,meta-python] remove unused AUTHOR variable | expand

Commit Message

Michael Opdenacker Aug. 3, 2023, 8:48 a.m. UTC
From: Michael Opdenacker <michael.opdenacker@bootlin.com>

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>
---
 .../recipes-filesystems/sshfs-fuse/sshfs-fuse_3.7.3.bb           | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_3.7.3.bb b/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_3.7.3.bb
index f91e682d2..1d07061ff 100644
--- a/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_3.7.3.bb
+++ b/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_3.7.3.bb
@@ -1,5 +1,4 @@ 
 SUMMARY = "This is a filesystem client based on the SSH File Transfer Protocol using FUSE"
-AUTHOR = "Miklos Szeredi <miklos@szeredi.hu>"
 HOMEPAGE = "https://github.com/libfuse/sshfs"
 SECTION = "console/network"
 LICENSE = "GPL-2.0-only"