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 a08fd4693e5cc93e06467b5b75d20d1e3a1557961ba34bcb5e8e3b1d2b5e10eb libretro-vemulator-ff9c39714fe64960b4050c6884c70c24e63de4fd.tar.gz
|
||||
@@ -6,8 +6,8 @@
|
||||
|
||||
LIBRETRO_VEMULATOR_VERSION = ff9c39714fe64960b4050c6884c70c24e63de4fd
|
||||
LIBRETRO_VEMULATOR_SITE = $(call github,libretro,vemulator-libretro,$(LIBRETRO_VEMULATOR_VERSION))
|
||||
LIBRETRO_VEMULATOR_LICENSE = UNLICENSE
|
||||
LIBRETRO_VEMULATOR_LICENSE_FILES = LICENSE
|
||||
LIBRETRO_VEMULATOR_LICENSE = GPL-3.0
|
||||
LIBRETRO_VEMULATOR_LICENSE_FILES = COPYING
|
||||
|
||||
define LIBRETRO_VEMULATOR_BUILD_CMDS
|
||||
CFLAGS="$(TARGET_CFLAGS) $(COMPILER_COMMONS_CFLAGS_SO)" \
|
||||
@@ -18,7 +18,7 @@ define LIBRETRO_VEMULATOR_BUILD_CMDS
|
||||
endef
|
||||
|
||||
define LIBRETRO_VEMULATOR_INSTALL_TARGET_CMDS
|
||||
mkdir -p "${BINARIES_DIR}/retroarch/cores"
|
||||
mkdir -p "${BINARIES_DIR}/retroarch/cores"
|
||||
$(INSTALL) -D $(@D)/vemulator_libretro.so \
|
||||
${BINARIES_DIR}/retroarch/cores/vemulator_libretro.so
|
||||
endef
|
||||
|
||||
Reference in New Issue
Block a user