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 9779faff44bf0dd84b31dd474fbbb40b644b1bb75b42e0937fa134b604ddbf79 libretro-assets-v1.19.0.tar.gz

View File

@@ -1,6 +1,6 @@
LIBRETRO_ASSETS_VERSION = Latest
LIBRETRO_ASSETS_VERSION = v1.19.0
LIBRETRO_ASSETS_SITE = $(call github,libretro,retroarch-assets,${LIBRETRO_ASSETS_VERSION})
LIBRETRO_ASSETS_LICENSE = GPL-3.0
LIBRETRO_ASSETS_LICENSE = CC-BY-4.0
LIBRETRO_ASSETS_LICENSE_FILES = COPYING
define LIBRETRO_ASSETS_INSTALL_TARGET_CMDS
@@ -10,4 +10,4 @@ define LIBRETRO_ASSETS_INSTALL_TARGET_CMDS
$(INSTALL) -D -m 0644 $(@D)/COPYING "${BINARIES_DIR}/retroarch/assets/"
endef
$(eval $(generic-package))
$(eval $(generic-package))