> On 27 Feb 2023, at 17:58, Mauro Ziliani via lists.yoctoproject.org > <[email protected]> wrote: > > Hi all. > > I'd like to add a script to my recipes which collect all licenses for all > directly shared linked libraries. > > > My recipe build the main application of the system and I need to enum every > library used by my application and for each library get the license. > > > I try to look inside DEPENDS variable but there other references then > libraries
When you build an image you get a license manifest in tmp/deploy/licenses, this should contain all the information you want. Ross
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#59320): https://lists.yoctoproject.org/g/yocto/message/59320 Mute This Topic: https://lists.yoctoproject.org/mt/97271980/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/yocto/leave/6691583/21656/737036229/xyzzy [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
