mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-02 21:48:20 +03:00
package/rcw: add missing host-python dependency
The rcw tool that compiles RCW sources file need host-python
Signed-off-by: Laurent Hartanerot <laurent.hartanerot@atos.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit cd5efaeb67)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
40d7bc04e5
commit
9e4f4bfcfb
@@ -10,6 +10,8 @@ RCW_SITE_METHOD = git
|
||||
RCW_LICENSE = BSD-3-Clause
|
||||
RCW_LICENSE_FILES = LICENSE
|
||||
|
||||
HOST_RCW_DEPENDENCIES = host-python
|
||||
|
||||
RCW_FILES = $(call qstrip,$(BR2_PACKAGE_HOST_RCW_CUSTOM_PATH))
|
||||
|
||||
ifneq ($(RCW_FILES),)
|
||||
@@ -39,7 +41,9 @@ endef
|
||||
HOST_RCW_POST_PATCH_HOOKS += HOST_RCW_ADD_CUSTOM_RCW_FILES
|
||||
|
||||
define HOST_RCW_BUILD_CMDS
|
||||
python $(@D)/rcw.py -i $(@D)/custom_board/rcw/$(RCW_PROJECT) -I $(@D)/custom_board -o $(@D)/PBL.bin
|
||||
$(HOST_DIR)/bin/python $(@D)/rcw.py \
|
||||
-i $(@D)/custom_board/rcw/$(RCW_PROJECT) \
|
||||
-I $(@D)/custom_board -o $(@D)/PBL.bin
|
||||
endef
|
||||
|
||||
define HOST_RCW_INSTALL_DELIVERY_FILE
|
||||
|
||||
Reference in New Issue
Block a user