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/pxaregs | |
| 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/pxaregs')
| -rw-r--r-- | meta-oe/recipes-support/pxaregs/pxaregs_1.14.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/pxaregs/pxaregs_1.14.bb b/meta-oe/recipes-support/pxaregs/pxaregs_1.14.bb index 2405839110..b61fb026ca 100644 --- a/meta-oe/recipes-support/pxaregs/pxaregs_1.14.bb +++ b/meta-oe/recipes-support/pxaregs/pxaregs_1.14.bb | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | SUMMARY = "Tool to display and modify PXA registers at runtime" | 1 | SUMMARY = "Tool to display and modify PXA registers at runtime" |
| 2 | LICENSE = "GPL-2.0-only" | 2 | LICENSE = "GPL-2.0-only" |
| 3 | LIC_FILES_CHKSUM = "file://pxaregs.c;endline=12;md5=668d061b7637acc68cb8071c9be372e6" | 3 | LIC_FILES_CHKSUM = "file://pxaregs.c;endline=12;md5=668d061b7637acc68cb8071c9be372e6" |
| 4 | AUTHOR = "Holger Schurig <hs4233@mail.mn-solutions.de>" | ||
| 5 | HOMEPAGE = "http://www.mn-logistik.de/unsupported/pxa250/" | 4 | HOMEPAGE = "http://www.mn-logistik.de/unsupported/pxa250/" |
| 6 | 5 | ||
| 7 | SRC_URI = "file://pxaregs.c \ | 6 | SRC_URI = "file://pxaregs.c \ |
