diff options
| author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2023-08-03 10:48:34 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-08-03 09:14:20 -0700 |
| commit | 6b2b98e52de31019dec2a7d70a5a8c37c750601d (patch) | |
| tree | be0fa90d51f81d1819cc4f94bd73874e16499f3e /meta-oe/recipes-support/libmimetic | |
| parent | c85d1218e3c9bfd0f61dece55fdda2ad0226cbbd (diff) | |
| download | meta-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/libmimetic')
| -rw-r--r-- | meta-oe/recipes-support/libmimetic/libmimetic_0.9.8.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/libmimetic/libmimetic_0.9.8.bb b/meta-oe/recipes-support/libmimetic/libmimetic_0.9.8.bb index 06536ca70f..4d4a5ff109 100644 --- a/meta-oe/recipes-support/libmimetic/libmimetic_0.9.8.bb +++ b/meta-oe/recipes-support/libmimetic/libmimetic_0.9.8.bb | |||
| @@ -2,7 +2,6 @@ | |||
| 2 | 2 | ||
| 3 | SUMMARY = "Mimetic Library for multi-part parsing" | 3 | SUMMARY = "Mimetic Library for multi-part parsing" |
| 4 | DESCRIPTION = "Email library (MIME) written in C++ designed to be easy to use and integrate but yet fast and efficient." | 4 | DESCRIPTION = "Email library (MIME) written in C++ designed to be easy to use and integrate but yet fast and efficient." |
| 5 | AUTHOR = "Stefano Barbato <stefano@codesink.org>" | ||
| 6 | HOMEPAGE = "http://www.codesink.org/mimetic_mime_library.html" | 5 | HOMEPAGE = "http://www.codesink.org/mimetic_mime_library.html" |
| 7 | BUGTRACKER = "https://github.com/LadislavSopko/mimetic/issues" | 6 | BUGTRACKER = "https://github.com/LadislavSopko/mimetic/issues" |
| 8 | 7 | ||
