[OE-core] [meta-oe][PATCH] systemd-serialgetty: add dependency to agetty

Khem Raj raj.khem at gmail.com
Mon Oct 17 23:36:53 UTC 2016


> On Oct 11, 2016, at 8:14 AM, Samuli Piippo <samuli.piippo at qt.io> wrote:
> 
> Signed-off-by: Samuli Piippo <samuli.piippo at qt.io>
> ---
> meta/recipes-core/systemd/systemd-serialgetty.bb | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meta/recipes-core/systemd/systemd-serialgetty.bb b/meta/recipes-core/systemd/systemd-serialgetty.bb
> index 768b130..c4e5310 100644
> --- a/meta/recipes-core/systemd/systemd-serialgetty.bb
> +++ b/meta/recipes-core/systemd/systemd-serialgetty.bb
> @@ -38,7 +38,7 @@ do_install() {
> 	fi
> }
> 
> -RDEPENDS_${PN} = "systemd"
> +RDEPENDS_${PN} = "systemd util-linux-agetty”

Does it need agetty specifically ? since there are other providers of getty as well.
I wonder if its possible to use those too

> 
> # This is a machine specific file
> FILES_${PN} = "${systemd_unitdir}/system/*.service ${sysconfdir}"
> --
> 1.9.1
> 
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 204 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20161017/7c2a010e/attachment-0002.sig>


More information about the Openembedded-core mailing list