OSSystems / meta-browser

OpenEmbedded/Yocto BSP layer for Web Browsers
MIT License
184 stars 191 forks source link

chromium: update generate_license_list.py #692

Closed MaxIhlenfeldt closed 1 year ago

MaxIhlenfeldt commented 1 year ago

Chromium's license.py moved from tools/ to tools/licenses/ [1]. Our own generate_license_list.py needs to use this new path.

[1] https://chromium-review.googlesource.com/c/chromium/src/+/4022205

rakuco commented 1 year ago

The upstream change, https://chromium-review.googlesource.com/c/chromium/src/+/4022205, seems to have happened in M110.

Is there a particular reason not to have this patch as part of the recipe update? If we merge this PR as-is, the script will be broken for the version we currently ship.

MaxIhlenfeldt commented 1 year ago

Is there a particular reason not to have this patch as part of the recipe update? If we merge this PR as-is, the script will be broken for the version we currently ship.

You're right, that's better. I'll include it in the recipe update :+1: