-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PACKAGES: correct LICENSE_FILES #110
Conversation
Looks fine to me for now! |
We've been missing in reality license only for logo, but sourted out quickly!: hi-ban/boot-logo#1 Rest should be a plain adding path and license type in BR2 makefiles |
4dab7b3
to
de760b9
Compare
and ncurses.hash
function check_license() { gh api -H "Accept: application/vnd.github+json" -H "X-GitHub-Api-Version: 2022-11-28" /repos/${1}/${2}/license; } e.g.: |
more licenses bump libretro-database version (with existent License)
Can't generate hashes for following pkgs (due to non-fixed version aka "master/latest"):
May fix it at some point by hardcoding above pkgs' version in buildroot and just building up-to-date img only from TriForceX/MiyooCFW - I've no other idea for now and it's better as we could at least reproduce easly img build from MiyooCFW/buildroot commit hash. |
There are bunch of other warnings (like mising licenses), but I'm just trying to force
make legal-info
output a necessary "manifest.csv" for now.