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 f3c092db8cbe759e83f6c042a17358e94d22a483b046f834bff3474bb4bc8a67 libretro-uw8-2dced6e1b990222033e269d5fb269b2e2f9ee543-br1.tar.gz

View File

@@ -8,8 +8,8 @@ LIBRETRO_UW8_VERSION = 2dced6e1b990222033e269d5fb269b2e2f9ee543
LIBRETRO_UW8_SITE = https://github.com/libretro/uw8-libretro.git
LIBRETRO_UW8_SITE_METHOD=git
LIBRETRO_UW8_GIT_SUBMODULES=y
LIBRETRO_UW8_LICENSE = UNLICENSE
LIBRETRO_UW8_LICENSE_FILES = LICENSE
LIBRETRO_UW8_LICENSE = Unlicense
LIBRETRO_UW8_LICENSE_FILES = UNLICENSE
define LIBRETRO_UW8_BUILD_CMDS
CFLAGS="$(TARGET_CFLAGS) $(COMPILER_COMMONS_CFLAGS_SO)" \
@@ -20,7 +20,7 @@ define LIBRETRO_UW8_BUILD_CMDS
endef
define LIBRETRO_UW8_INSTALL_TARGET_CMDS
mkdir -p "${BINARIES_DIR}/retroarch/cores"
mkdir -p "${BINARIES_DIR}/retroarch/cores"
$(INSTALL) -D $(@D)/uw8_libretro.so \
${BINARIES_DIR}/retroarch/cores/uw8_libretro.so
endef