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 8f977dc30b862a143fa8bbb555232f00c6c2b7c74cdb8bcf2efb0302bca44c4c libretro-core-info-1.16.0.3.tar.gz

View File

@@ -1,6 +1,6 @@
LIBRETRO_CORE_INFO_VERSION = 1.16.0.3
LIBRETRO_CORE_INFO_SITE = $(call github,libretro,libretro-core-info,v${LIBRETRO_CORE_INFO_VERSION})
LIBRETRO_CORE_INFO_LICENSE = GPL-3.0
LIBRETRO_CORE_INFO_LICENSE = MIT
LIBRETRO_CORE_INFO_LICENSE_FILES = COPYING
define LIBRETRO_CORE_INFO_INSTALL_TARGET_CMDS
@@ -8,4 +8,4 @@ define LIBRETRO_CORE_INFO_INSTALL_TARGET_CMDS
$(INSTALL) -D -m 0644 $(@D)/*.info "${BINARIES_DIR}/retroarch/core_info"
endef
$(eval $(generic-package))
$(eval $(generic-package))