mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-21 10:02:13 +00:00
Upgrade ShredOS to buildroot v24.11
This commit is contained in:
@@ -4,18 +4,11 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_MSGPACK_VERSION = 1.0.7
|
||||
PYTHON_MSGPACK_VERSION = 1.1.0
|
||||
PYTHON_MSGPACK_SOURCE = msgpack-$(PYTHON_MSGPACK_VERSION).tar.gz
|
||||
PYTHON_MSGPACK_SITE = https://files.pythonhosted.org/packages/c2/d5/5662032db1571110b5b51647aed4b56dfbd01bfae789fa566a2be1f385d1
|
||||
PYTHON_MSGPACK_SITE = https://files.pythonhosted.org/packages/cb/d0/7555686ae7ff5731205df1012ede15dd9d927f6227ea151e901c7406af4f
|
||||
PYTHON_MSGPACK_LICENSE = Apache-2.0
|
||||
PYTHON_MSGPACK_LICENSE_FILES = COPYING
|
||||
PYTHON_MSGPACK_SETUP_TYPE = setuptools
|
||||
|
||||
# When set in the environment, whatever the value, MSGPACK_PUREPYTHON drives
|
||||
# using the pure python implementation rather than rely on the C++ native code.
|
||||
# So we can't force it to use C++; we can only force it to use pure python.
|
||||
ifeq ($(BR2_INSTALL_LIBSTDCPP),)
|
||||
PYTHON_MSGPACK_ENV = MSGPACK_PUREPYTHON=1
|
||||
endif
|
||||
|
||||
$(eval $(python-package))
|
||||
|
||||
Reference in New Issue
Block a user