BOARD: separate miyoo packages + concentrate RetroArch/libretro (#129)

MENU->Target packages ---> Miyoo Packages ---> ...
This commit is contained in:
Apaczer
2024-10-15 20:07:21 +02:00
committed by GitHub
parent 81270d9968
commit 59d7586ca6
217 changed files with 328 additions and 298 deletions

View File

@@ -0,0 +1,6 @@
config BR2_PACKAGE_LIBRETRO_CORE_INFO
bool "libretro-core-info"
depends on BR2_PACKAGE_RETROARCH
help
libretro's core info files
https://github.com/libretro/libretro-core-info

View File

@@ -0,0 +1,11 @@
LIBRETRO_CORE_INFO_VERSION = 1.16.0.3
LIBRETRO_CORE_INFO_SITE = $(call github,libretro,libretro-core-info,v${LIBRETRO_CORE_INFO_VERSION})
LIBRETRO_CORE_INFO_LICENSE = GPL-3.0
LIBRETRO_CORE_INFO_LICENSE_FILES = COPYING
define LIBRETRO_CORE_INFO_INSTALL_TARGET_CMDS
mkdir -p "${BINARIES_DIR}/retroarch/core_info"
$(INSTALL) -D -m 0644 $(@D)/*.info "${BINARIES_DIR}/retroarch/core_info"
endef
$(eval $(generic-package))