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

Samuli Piippo samuli.piippo at qt.io
Tue Oct 18 10:00:11 UTC 2016


On 18.10.2016 02:36, Khem Raj wrote:
>
>> 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

serial-getty at .service is using /sbin/agetty, so currently it's the one.
systemd also has util-linux-agetty in RECOMMENDS, but that could perhaps 
be removed.

>
>>
>> # 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
>



More information about the Openembedded-core mailing list