mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
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:
@@ -0,0 +1,2 @@
|
||||
# Locally calculated
|
||||
sha256 457028d9ec6e76e0ec3e2e69a40b1bac392dae4fa4aca724c8a1500dbc54fc8c libretro-mednafen-wswan-32bf70a3032a138baa969c22445f4b7821632c30.tar.gz
|
||||
@@ -6,8 +6,8 @@
|
||||
|
||||
LIBRETRO_MEDNAFEN_WSWAN_VERSION = 32bf70a3032a138baa969c22445f4b7821632c30
|
||||
LIBRETRO_MEDNAFEN_WSWAN_SITE = $(call github,libretro,beetle-wswan-libretro,$(LIBRETRO_MEDNAFEN_WSWAN_VERSION))
|
||||
LIBRETRO_MEDNAFEN_WSWAN_LICENSE = UNLICENSE
|
||||
LIBRETRO_MEDNAFEN_WSWAN_LICENSE_FILES = LICENSE
|
||||
LIBRETRO_MEDNAFEN_WSWAN_LICENSE = GPL-2.0
|
||||
LIBRETRO_MEDNAFEN_WSWAN_LICENSE_FILES = COPYING
|
||||
|
||||
define LIBRETRO_MEDNAFEN_WSWAN_BUILD_CMDS
|
||||
CFLAGS="$(TARGET_CFLAGS) $(COMPILER_COMMONS_CFLAGS_SO)" \
|
||||
@@ -18,7 +18,7 @@ define LIBRETRO_MEDNAFEN_WSWAN_BUILD_CMDS
|
||||
endef
|
||||
|
||||
define LIBRETRO_MEDNAFEN_WSWAN_INSTALL_TARGET_CMDS
|
||||
mkdir -p "${BINARIES_DIR}/retroarch/cores"
|
||||
mkdir -p "${BINARIES_DIR}/retroarch/cores"
|
||||
$(INSTALL) -D $(@D)/mednafen_wswan_libretro.so \
|
||||
${BINARIES_DIR}/retroarch/cores/mednafen_wswan_libretro.so
|
||||
endef
|
||||
|
||||
Reference in New Issue
Block a user