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

@@ -0,0 +1,2 @@
# Locally calculated
sha256 7ede172f560ae79b0a5420f7be388d2c99f6cd1585547b021e85de6f32ccc87f libretro-prosystem-4202ac5bdb2ce1a21f84efc0e26d75bb5aa7e248.tar.gz

View File

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