Merge branch 'openwrt:master' into master
This commit is contained in:
commit
4a5957c16c
4 changed files with 7 additions and 7 deletions
|
@ -8,11 +8,11 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=python-build
|
PKG_NAME:=python-build
|
||||||
PKG_VERSION:=1.0.0
|
PKG_VERSION:=1.0.3
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PYPI_NAME:=build
|
PYPI_NAME:=build
|
||||||
PKG_HASH:=49a60f212df4d9925727c2118e1cbe3abf30b393eff7d0e7287d2170eb36844d
|
PKG_HASH:=538aab1b64f9828977f84bc63ae570b060a8ed1be419e7870b8b4fc5e6ea553b
|
||||||
|
|
||||||
PKG_LICENSE:=MIT
|
PKG_LICENSE:=MIT
|
||||||
PKG_LICENSE_FILES:=LICENSE
|
PKG_LICENSE_FILES:=LICENSE
|
||||||
|
|
|
@ -8,11 +8,11 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=python-setuptools
|
PKG_NAME:=python-setuptools
|
||||||
PKG_VERSION:=68.1.2
|
PKG_VERSION:=68.2.0
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PYPI_NAME:=setuptools
|
PYPI_NAME:=setuptools
|
||||||
PKG_HASH:=3d4dfa6d95f1b101d695a6160a7626e15583af71a5f52176efa5d39a054d475d
|
PKG_HASH:=00478ca80aeebeecb2f288d3206b0de568df5cd2b8fada1209843cc9a8d88a48
|
||||||
|
|
||||||
PKG_LICENSE:=MIT
|
PKG_LICENSE:=MIT
|
||||||
PKG_LICENSE_FILES:=LICENSE
|
PKG_LICENSE_FILES:=LICENSE
|
||||||
|
|
|
@ -15,9 +15,6 @@ ifeq ($(origin RUST_INCLUDE_DIR),undefined)
|
||||||
endif
|
endif
|
||||||
include $(RUST_INCLUDE_DIR)/rust-values.mk
|
include $(RUST_INCLUDE_DIR)/rust-values.mk
|
||||||
|
|
||||||
# Support only a subset for now.
|
|
||||||
RUST_ARCH_DEPENDS:=@(aarch64||arm||i386||i686||mips||mipsel||mips64||mips64el||mipsel||powerpc64||riscv64||x86_64)
|
|
||||||
|
|
||||||
# $(1) path to the package (optional)
|
# $(1) path to the package (optional)
|
||||||
# $(2) additional arguments to cargo (optional)
|
# $(2) additional arguments to cargo (optional)
|
||||||
define Build/Compile/Cargo
|
define Build/Compile/Cargo
|
||||||
|
|
|
@ -57,3 +57,6 @@ endif
|
||||||
ifeq ($(ARCH),aarch64)
|
ifeq ($(ARCH),aarch64)
|
||||||
RUST_CFLAGS:=-mno-outline-atomics
|
RUST_CFLAGS:=-mno-outline-atomics
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
# Support only a subset for now.
|
||||||
|
RUST_ARCH_DEPENDS:=@(aarch64||arm||i386||i686||mips||mipsel||mips64||mips64el||mipsel||powerpc64||riscv64||x86_64)
|
||||||
|
|
Loading…
Reference in a new issue