[oe] [meta-oe, v2 3/4] systemd.bbclass: extract SYSTEMD_SERVICE properly

Andreas Müller schnitzeltony at googlemail.com
Fri Jun 1 07:16:46 UTC 2012


On Fri, Jun 1, 2012 at 7:36 AM, Martin Jansa <martin.jansa at gmail.com> wrote:
>> -                     has_exactly_one_service = len(systemd_services.split()) == 1
>> +                     has_exactly_one_service = len(get_package_var(d, 'SYSTEMD_SERVICE', systemd_packages)) == 1
>
> ^ isn't split() still needed here?
Uhh - this would have broken the /dev/null links - thanks. Hope to do
better next time. What concerns me is that I did not see that in
buildhistory. Will check that first before sending out V3.

Andreas




More information about the Openembedded-devel mailing list