labgrid-project / meta-labgrid

OpenEmbedded layer for integrating the labgrid exporter on a device
MIT License
11 stars 12 forks source link

python3-usbmux: also follow WORKDIR -> UNPACKDIR transition #55

Closed hnez closed 3 weeks ago

hnez commented 3 weeks ago

This adapts to the oe-core rework to enforce a separate directory for unpacking local sources (UNPACKDIR) instead of polluting WORKDIR directly.

The other recipes have already been transitioned in commit 40f8f6f ("recipes: follow WORKDIR -> UNPACKDIR transition"), but this one seems to have been left out.

This should fix the CI build errors we see on master and in #54.

hnez commented 3 weeks ago

I do not have the permissions to merge this PR myself, but it seems to fix the build.