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 8eadf0a39baf68a0b5cab8313c00b2379ed672de23c589e77163c94671873463 libretro-retro8-bc388ec7d217a08265d116aaa74afc0ca3f204f5.tar.gz
|
||||
@@ -5,7 +5,7 @@
|
||||
################################################################################
|
||||
|
||||
LIBRETRO_RETRO8_VERSION = bc388ec7d217a08265d116aaa74afc0ca3f204f5
|
||||
LIBRETRO_RETRO8_SITE = $(call gitlab,recalbox,packages/libretro/libretro-retro8,$(LIBRETRO_RETRO8_VERSION))
|
||||
LIBRETRO_RETRO8_SITE = $(call github,libretro,retro8,$(LIBRETRO_RETRO8_VERSION))
|
||||
LIBRETRO_RETRO8_LICENSE = GPL-3.0
|
||||
LIBRETRO_RETRO8_LICENSE_FILES = LICENSE
|
||||
|
||||
@@ -19,7 +19,7 @@ define LIBRETRO_RETRO8_BUILD_CMDS
|
||||
endef
|
||||
|
||||
define LIBRETRO_RETRO8_INSTALL_TARGET_CMDS
|
||||
mkdir -p "${BINARIES_DIR}/retroarch/cores"
|
||||
mkdir -p "${BINARIES_DIR}/retroarch/cores"
|
||||
$(INSTALL) -D $(@D)/retro8_libretro.so \
|
||||
${BINARIES_DIR}/retroarch/cores/retro8_libretro.so
|
||||
endef
|
||||
|
||||
Reference in New Issue
Block a user