Re: [yocto] npm recipe bad task order

2019-02-14 Thread Jonas Andersson
My recipe is as following, i have striped down some checksum files and licenses for packages: ___ SUMMARY = "microServiceBus-node is the node.js based device agent used together with microServiceBus.com."

Re: [yocto] npm recipe bad task order

2019-02-14 Thread Chuck Wolber
Normally the source archive is unpacked first, which contains the license file. Is there something different with the source packaging for your recipe? ..Ch:W.. On Thu, Feb 14, 2019 at 02:26 Jonas Andersson wrote: > Hi, > > I have some recipes created from npm packages with devtool. > >

[yocto] npm recipe bad task order

2019-02-14 Thread Jonas Andersson
Hi, I have some recipes created from npm packages with devtool. do_populate_lic with: WARNING: Could not copy license file and LIC_FILES_CHKSUM points to an invalid file. In my understanding the problem is that do_populate_lic task is running before do_compile: log.task_order