summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/serial-utils
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2023-08-03 10:48:34 +0200
committerKhem Raj <raj.khem@gmail.com>2023-08-03 09:14:20 -0700
commit6b2b98e52de31019dec2a7d70a5a8c37c750601d (patch)
treebe0fa90d51f81d1819cc4f94bd73874e16499f3e /meta-oe/recipes-support/serial-utils
parentc85d1218e3c9bfd0f61dece55fdda2ad0226cbbd (diff)
downloadmeta-openembedded-6b2b98e52de31019dec2a7d70a5a8c37c750601d.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>
Diffstat (limited to 'meta-oe/recipes-support/serial-utils')
-rw-r--r--meta-oe/recipes-support/serial-utils/pty-forward-native.bb1
-rw-r--r--meta-oe/recipes-support/serial-utils/serial-forward_git.bb1
2 files changed, 0 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/serial-utils/pty-forward-native.bb b/meta-oe/recipes-support/serial-utils/pty-forward-native.bb
index 71588abd3..2fe61e6f5 100644
--- a/meta-oe/recipes-support/serial-utils/pty-forward-native.bb
+++ b/meta-oe/recipes-support/serial-utils/pty-forward-native.bb
@@ -1,5 +1,4 @@
1SUMMARY = "Receive a forwarded serial from serial-forward and provide a PTY" 1SUMMARY = "Receive a forwarded serial from serial-forward and provide a PTY"
2AUTHOR = "Holger 'Zecke' Freyther"
3LICENSE = "GPL-2.0-only" 2LICENSE = "GPL-2.0-only"
4LIC_FILES_CHKSUM = "file://COPYING;md5=ebb5c50ab7cab4baeffba14977030c07" 3LIC_FILES_CHKSUM = "file://COPYING;md5=ebb5c50ab7cab4baeffba14977030c07"
5SECTION = "console/network" 4SECTION = "console/network"
diff --git a/meta-oe/recipes-support/serial-utils/serial-forward_git.bb b/meta-oe/recipes-support/serial-utils/serial-forward_git.bb
index fe5cfc0f4..84bb25e4c 100644
--- a/meta-oe/recipes-support/serial-utils/serial-forward_git.bb
+++ b/meta-oe/recipes-support/serial-utils/serial-forward_git.bb
@@ -1,5 +1,4 @@
1SUMMARY = "Forward a serial using TCP/IP" 1SUMMARY = "Forward a serial using TCP/IP"
2AUTHOR = "Holger 'Zecke' Freyther'"
3LICENSE = "GPL-2.0-only" 2LICENSE = "GPL-2.0-only"
4LIC_FILES_CHKSUM = "file://COPYING;md5=ebb5c50ab7cab4baeffba14977030c07" 3LIC_FILES_CHKSUM = "file://COPYING;md5=ebb5c50ab7cab4baeffba14977030c07"
5SECTION = "console/devel" 4SECTION = "console/devel"