git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
5167111
)
rust: Use build host Python
author
Jeffery To
<redacted>
Sat, 30 Sep 2023 08:49:11 +0000
(16:49 +0800)
committer
Jeffery To
<redacted>
Wed, 11 Oct 2023 07:50:21 +0000
(15:50 +0800)
The build system already requires Python to be installed.
Signed-off-by: Jeffery To <redacted>
lang/rust/Makefile
patch
|
blob
|
history
diff --git
a/lang/rust/Makefile
b/lang/rust/Makefile
index 096b225c39694715b30c1249c5b2b80ce0c38fdb..63c587beb6d080373d94f18e5a9743e755d60374 100644
(file)
--- a/
lang/rust/Makefile
+++ b/
lang/rust/Makefile
@@
-17,7
+17,6
@@
PKG_MAINTAINER:=Luca Barbato <lu_zero@luminem.org>
PKG_LICENSE:=Apache-2.0 MIT
PKG_LICENSE_FILES:=LICENSE-APACHE LICENSE-MIT
-HOST_BUILD_DEPENDS:=python3/host
PKG_HOST_ONLY:=1
include $(INCLUDE_DIR)/host-build.mk
git clone https://git.99rst.org/PROJECT