[meta-spdxscanner] Inherit of fossdriver-host causing circular buffer problem #yocto
"rti" <[email protected]>
| Newsgroups | org.yoctoproject.lists.yocto |
|---|---|
| Message-ID | <[email protected]> |
Hello, In my project I added the meta-spdxscanner ( https://git.yoctoproject.org/meta-spdxscanner ). I am using version sumo. As it is stated in the README 1. Installed fossology with docker imagem 2. Installed fossdriver 3. In local.conf file added INHERIT += "fossdriver-host" When compiling I always get unbuildable tasks due to circular dependencies. From a first analysis I see that this is caused because the fossdriver-host.bbclass has dependencies to native packages and the native packages are inheriting the task do_spdx(). I tried already several options without success. I would like to know if there is a clear indication on how to solve this problem? I added to some native packages a %.bbappend with inherit + ="nopackages" or do_spdx[noexec]="1" without success. I imagine there is a clear guideline to avoid this issue without a bbappend to each native packages. Appreciate your support.