On Wed, Mar 29, 2017 at 07:06:44AM -0700, Khem Raj wrote: > >> +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/ I think this is the one I was testing and I still don't see gpm.service.in in SRC_URI, so it doesn't get unpacked in WORKDIR and the sed call fails. -- Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com