The default Poky-specific MAINTAINER assignment makes it look like the maintainer is a person called Poky.
Instead, use "Poky Maintainers" as the name. Signed-off-by: Ross Burton <[email protected]> --- meta-poky/conf/distro/poky.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-poky/conf/distro/poky.conf b/meta-poky/conf/distro/poky.conf index df8eb55a069..efc795e9f9e 100644 --- a/meta-poky/conf/distro/poky.conf +++ b/meta-poky/conf/distro/poky.conf @@ -6,7 +6,7 @@ SDK_VENDOR = "-pokysdk" SDK_VERSION = "${@d.getVar('DISTRO_VERSION').replace('snapshot-${METADATA_REVISION}', 'snapshot')}" SDK_VERSION[vardepvalue] = "${SDK_VERSION}" -MAINTAINER = "Poky <[email protected]>" +MAINTAINER = "Poky Maintainers <[email protected]>" TARGET_VENDOR = "-poky" -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#178457): https://lists.openembedded.org/g/openembedded-core/message/178457 Mute This Topic: https://lists.openembedded.org/mt/97585230/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
