mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@26c91a9
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/subprocess32/json
|
||||
md5 afa0510115f483d668e25aa30502d9bc subprocess32-3.5.3.tar.gz
|
||||
sha256 6bc82992316eef3ccff319b5033809801c0c3372709c5f6985299c88ac7225c3 subprocess32-3.5.3.tar.gz
|
||||
md5 748844d560be5f0c707931cba1cdb48b subprocess32-3.5.4.tar.gz
|
||||
sha256 eb2937c80497978d181efa1b839ec2d9622cf9600a039a79d0e108d1f9aec79d subprocess32-3.5.4.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 826b43437249d39422642f695154d064da64de92eb1476048a615f50bc1beb4a LICENSE
|
||||
|
||||
@@ -4,11 +4,28 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_SUBPROCESS32_VERSION = 3.5.3
|
||||
PYTHON_SUBPROCESS32_VERSION = 3.5.4
|
||||
PYTHON_SUBPROCESS32_SOURCE = subprocess32-$(PYTHON_SUBPROCESS32_VERSION).tar.gz
|
||||
PYTHON_SUBPROCESS32_SITE = https://files.pythonhosted.org/packages/be/2b/beeba583e9877e64db10b52a96915afc0feabf7144dcbf2a0d0ea68bf73d
|
||||
PYTHON_SUBPROCESS32_SITE = https://files.pythonhosted.org/packages/32/c8/564be4d12629b912ea431f1a50eb8b3b9d00f1a0b1ceff17f266be190007
|
||||
PYTHON_SUBPROCESS32_SETUP_TYPE = setuptools
|
||||
PYTHON_SUBPROCESS32_LICENSE = Python-2.0
|
||||
PYTHON_SUBPROCESS32_LICENSE_FILES = LICENSE
|
||||
|
||||
# The configure step needs to be run outside of the setup.py since it isn't
|
||||
# run correctly for cross-compiling
|
||||
define PYTHON_SUBPROCESS32_CONFIGURE_CMDS
|
||||
(cd $(@D) && \
|
||||
$(TARGET_CONFIGURE_OPTS) \
|
||||
$(TARGET_CONFIGURE_ARGS) \
|
||||
./configure \
|
||||
--target=$(GNU_TARGET_NAME) \
|
||||
--host=$(GNU_TARGET_NAME) \
|
||||
--build=$(GNU_HOST_NAME) \
|
||||
--prefix=/usr \
|
||||
--exec-prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--program-prefix="" \
|
||||
)
|
||||
endef
|
||||
|
||||
$(eval $(python-package))
|
||||
|
||||
Reference in New Issue
Block a user