Skip to content
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

Merged
merged 3 commits into from
Oct 21, 2024
Merged

PACKAGES: correct LICENSE_FILES #110

merged 3 commits into from
Oct 21, 2024

Conversation

Apaczer
Copy link
Member

@Apaczer Apaczer commented Jun 30, 2024

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.

@TriForceX
Copy link
Member

Looks fine to me for now!
Anyways ive added an issue to address this at some point.

@Apaczer
Copy link
Member Author

Apaczer commented Jul 1, 2024

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

@Apaczer Apaczer force-pushed the master branch 2 times, most recently from 4dab7b3 to de760b9 Compare August 3, 2024 20:32
@Apaczer Apaczer linked an issue Aug 7, 2024 that may be closed by this pull request
@Apaczer Apaczer marked this pull request as draft October 13, 2024 21:15
@Apaczer
Copy link
Member Author

Apaczer commented Oct 20, 2024

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.: $: check_license libretro retroarch

more licenses
bump libretro-database version (with existent License)
@Apaczer Apaczer marked this pull request as ready for review October 21, 2024 14:34
@Apaczer Apaczer merged commit 779367a into MiyooCFW:master Oct 21, 2024
4 checks passed
@Apaczer Apaczer deleted the license branch October 21, 2024 16:14
@Apaczer
Copy link
Member Author

Apaczer commented Oct 21, 2024

Can't generate hashes for following pkgs (due to non-fixed version aka "master/latest"):

        package/miyoo/gmenu2x/gmenu2x.hash
        package/miyoo/gmenu2x-gm2xpkg/gmenu2x-gm2xpkg.hash
        package/miyoo/miyoo-ctl/miyoo-ctl.hash
        package/miyoo/miyoo-daemon/miyoo-daemon.hash
        package/miyoo/miyoo-logo/miyoo-logo.hash

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

To-Do: Check missing license files
2 participants