On 27/02/2020 22:47, [email protected] wrote:
I have a recipe based on autotools. in the compilation phase, I always have the following error:

| ERROR: oe_runmake failed
| convert-im6.q16: unable to open image `screenshots/main-window.eps': No such file or directory @ error/blob.c/OpenBlob/2701.

while the file exists.

I have compiled the resources for this recipe outside of bitbake and I do not receive any errors. any ideas ?

Yocto does out-of-tree builds by default, and as many people do in-tree builds when they develop they don't notice that their rules are broken for out-of-tree builds.

Try inheriting autotools-brokensep instead of autotools. If that fixes it then the problem is that the Makefile.am rules are broken and need to use $(srcdir) where appropriate.

Ross
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#48638): https://lists.yoctoproject.org/g/yocto/message/48638
Mute This Topic: https://lists.yoctoproject.org/mt/71597481/21656
Mute #yocto: https://lists.yoctoproject.org/mk?hashtag=yocto&subid=6691583
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub  
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to