pohly / meta-swupd

An experimental and now abandoned fork of http://git.yoctoproject.org/cgit/cgit.cgi/meta-swupd/ - do not use in production!
MIT License
2 stars 2 forks source link

systemctl not found #5

Closed aaronovz1 closed 6 years ago

aaronovz1 commented 6 years ago

I am seeing errors after running an update saying that /usr/bin/systemctl is not found. I think the issue is because the path used in the "fix_paths" patch function is specifying the wrong directory.

I think it should be using "${base_prefix}/bin" instead of "{bindir}". The latter points to "/usr/bin" which is what the fix is trying to resolve.

pohly commented 6 years ago

Good point, I'll fix this.

aaronovz1 commented 6 years ago

Looks like this fix hasn't made it in yet? Just checking it wasn't forgotten