PACKAGES: correct/add LICENSE_FILES (#110)

* add missing hashes & correct licenses
* disable conventional license files for IPK pkgs + more fixes
* libretro-database: bump libretro-database version (with existent License)
* libretro-*: redirect to upstream links pointing to recalbox src
This commit is contained in:
Apaczer
2024-10-21 18:14:35 +02:00
committed by GitHub
parent 59d7586ca6
commit 779367ac07
174 changed files with 415 additions and 157 deletions

View File

@@ -20,7 +20,7 @@ define LIBRETRO_VECX_BUILD_CMDS
endef
define LIBRETRO_VECX_INSTALL_TARGET_CMDS
mkdir -p "${BINARIES_DIR}/retroarch/cores"
mkdir -p "${BINARIES_DIR}/retroarch/cores"
$(INSTALL) -D $(@D)/vecx_libretro.so \
${BINARIES_DIR}/retroarch/cores/vecx_libretro.so
endef