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 ad36bbf2bbedaaca3ece535a01133e7307b9c761aa5937be83b4d5e10e68b887 libretro-wasm4-e39d89d827ea6b5ae74e682a594d44d938966958-br1.tar.gz

View File

@@ -10,7 +10,7 @@ LIBRETRO_WASM4_SITE = https://github.com/aduros/wasm4.git
LIBRETRO_WASM4_SITE_METHOD = git
LIBRETRO_WASM4_GIT_SUBMODULES = YES
LIBRETRO_WASM4_LICENSE = ISC
LIBRETRO_WASM4_LICENSE_FILES = LICENSE
LIBRETRO_WASM4_LICENSE_FILES = LICENSE.txt
LIBRETRO_WASM4_SUBDIR=runtimes/native
@@ -19,7 +19,7 @@ LIBRETRO_WASM4_CONF_OPTS += -DLIBRETRO=1
LIBRETRO_WASM4_CONF_OPTS += -DBUILD_LIBRETRO_CORE=ON
define LIBRETRO_WASM4_INSTALL_TARGET_CMDS
mkdir -p "${BINARIES_DIR}/retroarch/cores"
mkdir -p "${BINARIES_DIR}/retroarch/cores"
$(INSTALL) -D $(@D)/runtimes/native/wasm4_libretro.so \
${BINARIES_DIR}/retroarch/cores/wasm4_libretro.so
endef