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:
@@ -2,14 +2,16 @@ IPK_RACE_VERSION = v3
|
||||
IPK_RACE_SITE = https://github.com/Apaczer/race-od/releases/download/$(IPK_RACE_VERSION)
|
||||
IPK_RACE_SOURCE = race.ipk
|
||||
IPK_RACE_INSTALL_TARGET = YES
|
||||
IPK_RACE_LICENSE = GPL-2.0
|
||||
#IPK_RACE_LICENSE_FILES = License.txt
|
||||
|
||||
define IPK_RACE_EXTRACT_CMDS
|
||||
cd $(@D) && ar x $(DL_DIR)/ipk-race/$(IPK_RACE_SOURCE)
|
||||
cd $(@D) && ar x $(DL_DIR)/ipk-race/$(IPK_RACE_SOURCE)
|
||||
endef
|
||||
|
||||
define IPK_RACE_INSTALL_TARGET_CMDS
|
||||
mkdir -p $(BINARIES_DIR)/main
|
||||
tar -xzf $(@D)/data.tar.gz --strip-components=2 -C $(BINARIES_DIR)/main
|
||||
mkdir -p $(BINARIES_DIR)/main
|
||||
tar -xzf $(@D)/data.tar.gz --strip-components=2 -C $(BINARIES_DIR)/main
|
||||
endef
|
||||
|
||||
$(eval $(generic-package))
|
||||
$(eval $(generic-package))
|
||||
|
||||
Reference in New Issue
Block a user