>> +do_install_append () {
>> +    if ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'true', 'false', 
>> d)}; then
>> +        install -d ${D}${systemd_system_unitdir}
>> +        sed 's:@bindir@:${bindir}:' < ${WORKDIR}/gpm.service.in 
>> >${D}${systemd_system_unitdir}/gpm.service
>
> Did you forgot to add gpm.service.in in SRC_URI?

I sent a V2 for this patch with another series i sent later. So you can drop it.
see

https://patchwork.openembedded.org/patch/138243/
-- 
_______________________________________________
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel

Reply via email to