diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2023-08-03 10:48:35 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-08-03 09:14:20 -0700 |
commit | c1330b1f5335e1d1e55d9e4a672182d581a04b8c (patch) | |
tree | 295887cf5619d1b46a034520e460a04822ac6352 /meta-networking/recipes-daemons/networkd-dispatcher | |
parent | 6b2b98e52de31019dec2a7d70a5a8c37c750601d (diff) | |
download | meta-openembedded-c1330b1f5335e1d1e55d9e4a672182d581a04b8c.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-networking/recipes-daemons/networkd-dispatcher')
-rw-r--r-- | meta-networking/recipes-daemons/networkd-dispatcher/networkd-dispatcher_2.1.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-networking/recipes-daemons/networkd-dispatcher/networkd-dispatcher_2.1.bb b/meta-networking/recipes-daemons/networkd-dispatcher/networkd-dispatcher_2.1.bb index a83dad350f..65bf91c7eb 100644 --- a/meta-networking/recipes-daemons/networkd-dispatcher/networkd-dispatcher_2.1.bb +++ b/meta-networking/recipes-daemons/networkd-dispatcher/networkd-dispatcher_2.1.bb | |||
@@ -2,7 +2,6 @@ SUMMARY = "Dispatcher service for systemd-networkd connection status changes" | |||
2 | DESCRIPTION = "This daemon is similar to NetworkManager-dispatcher, but is much \ | 2 | DESCRIPTION = "This daemon is similar to NetworkManager-dispatcher, but is much \ |
3 | more limited in the types of events it supports due to the limited nature of \ | 3 | more limited in the types of events it supports due to the limited nature of \ |
4 | systemd-networkd(8)." | 4 | systemd-networkd(8)." |
5 | AUTHOR = "Clayton Craft and others" | ||
6 | 5 | ||
7 | LICENSE = "GPL-3.0-only" | 6 | LICENSE = "GPL-3.0-only" |
8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=84dcc94da3adb52b53ae4fa38fe49e5d" | 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=84dcc94da3adb52b53ae4fa38fe49e5d" |