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 08976546ed707e7d83a1e4b1204bba8e854f41c0a0a9d8d5d8447c4489fb1fe0 libretro-stella2014-8ab051edd4816f33a5631d230d54059eeed52c5f.tar.gz
|
||||
@@ -7,6 +7,7 @@
|
||||
LIBRETRO_STELLA2014_VERSION = 8ab051edd4816f33a5631d230d54059eeed52c5f
|
||||
LIBRETRO_STELLA2014_SITE = $(call github,libretro,stella2014-libretro,$(LIBRETRO_STELLA2014_VERSION))
|
||||
LIBRETRO_STELLA2014_LICENSE = GPL-2.0
|
||||
LIBRETRO_STELLA2014_LICENSE_FILES = stella/license.txt
|
||||
|
||||
LIBRETRO_STELLA2014_PLATFORM=$(RETROARCH_LIBRETRO_BOARD)
|
||||
|
||||
@@ -20,7 +21,7 @@ define LIBRETRO_STELLA2014_BUILD_CMDS
|
||||
endef
|
||||
|
||||
define LIBRETRO_STELLA2014_INSTALL_TARGET_CMDS
|
||||
mkdir -p "${BINARIES_DIR}/retroarch/cores"
|
||||
mkdir -p "${BINARIES_DIR}/retroarch/cores"
|
||||
$(INSTALL) -D $(@D)/stella2014_libretro.so \
|
||||
${BINARIES_DIR}/retroarch/cores/stella2014_libretro.so
|
||||
endef
|
||||
|
||||
Reference in New Issue
Block a user