diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2023-08-05 09:28:15 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-08-05 09:29:56 -0700 |
commit | 61d14138c22a70188d585d85e35fdf86bc65e66f (patch) | |
tree | 7ce88edeca6d3a7e159353b452c81c2c909c3f5a /meta-python/recipes-devtools/python/python3-inotify_git.bb | |
parent | 847f144f29e93a3b0d2af48c480b32d080d34706 (diff) | |
download | meta-openembedded-61d14138c22a70188d585d85e35fdf86bc65e66f.tar.gz |
meta-python: 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-python/recipes-devtools/python/python3-inotify_git.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-inotify_git.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-inotify_git.bb b/meta-python/recipes-devtools/python/python3-inotify_git.bb index 15fb92eedd..9e35c7ba5b 100644 --- a/meta-python/recipes-devtools/python/python3-inotify_git.bb +++ b/meta-python/recipes-devtools/python/python3-inotify_git.bb | |||
@@ -1,5 +1,4 @@ | |||
1 | SUMMARY = "An adapter to Linux kernel support for inotify directory-watching." | 1 | SUMMARY = "An adapter to Linux kernel support for inotify directory-watching." |
2 | AUTHOR = "Dustin Oprea" | ||
3 | HOMEPAGE = "https://pypi.org/project/inotify/" | 2 | HOMEPAGE = "https://pypi.org/project/inotify/" |
4 | LICENSE = "GPL-2.0-only" | 3 | LICENSE = "GPL-2.0-only" |
5 | LIC_FILES_CHKSUM = "file://setup.py;md5=79b7ec72aa0d446a552d3cceb5799e41;beginline=28;endline=28" | 4 | LIC_FILES_CHKSUM = "file://setup.py;md5=79b7ec72aa0d446a552d3cceb5799e41;beginline=28;endline=28" |