projects
/
openwrt
/
staging
/
svanheule.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3eca7c
)
optee-os.mk: override default PATH to not use hostpkg python
author
Thomas Richard
<
[email protected]
>
Mon, 24 Feb 2025 10:15:51 +0000
(11:15 +0100)
committer
Hauke Mehrtens
<
[email protected]
>
Sat, 15 Mar 2025 12:43:14 +0000
(13:43 +0100)
In some cases hostpkg python from packages feed is used (hostpkg has higher
priority in PATH) which causes build failure (cryptography module is
missing). So override PATH to not use hostpkg python.
Signed-off-by: Thomas Richard <
[email protected]
>
Link:
https://github.com/openwrt/openwrt/pull/18102
Signed-off-by: Hauke Mehrtens <
[email protected]
>
include/optee-os.mk
patch
|
blob
|
history
diff --git
a/include/optee-os.mk
b/include/optee-os.mk
index 396d2406bfac925c8d35858e10bf7b60b00d1dfb..3694b498fd583aad6d1b440191323bb989e6623a 100644
(file)
--- a/
include/optee-os.mk
+++ b/
include/optee-os.mk
@@
-85,7
+85,7
@@
endef
define Build/Compile/Optee-os
+$(MAKE) $(PKG_JOBS) -C $(PKG_BUILD_DIR) \
- PATH=$(LINUX_DIR)/scripts/dtc/:$(PATH) \
+ PATH=$(LINUX_DIR)/scripts/dtc/:$(
STAGING_DIR_HOST)/bin:$(
PATH) \
CROSS_COMPILE=$(TARGET_CROSS) \
CROSS_COMPILE_core="$(TARGET_CROSS)" \
CROSS_COMPILE_ta_arm64="$(TARGET_CROSS)" \