[OE-core] [PATCH] systemtap: Fix issues from 4.0 upgrade

richard.purdie at linuxfoundation.org richard.purdie at linuxfoundation.org
Wed Oct 17 12:40:02 UTC 2018


On Wed, 2018-10-17 at 10:29 +0200, Martin Hundebøll wrote:
> On 16/10/2018 21.25, Richard Purdie wrote:
> > +
> > +   # Fix makefile hardcoded path assumptions for systemd (assumes
> > $prefix)
> > +   install -d `dirname ${D}${systemd_unitdir}`
> > +   mv ${D}${prefix}/lib/systemd `dirname ${D}${systemd_unitdir}`
> > +   rmdir ${D}${prefix}/lib --ignore-fail-on-non-empty
> > +
> > +   # Ensure correct ownership for files copied in
> > +   chown root.root ${D}${sysconfdir}/stap-exporter/* -R
> 
> root:root ?

Well spotted, thanks!

Cheers,

Richard




More information about the Openembedded-core mailing list