mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-21 01:52:11 +00:00
Upgrade buildroot to 2023.05 (from 2021.08.2), kernel is upgraded to 6.3 (from 5.13.19).
This commit is contained in:
23
package/python-hwdata/python-hwdata.mk
Normal file
23
package/python-hwdata/python-hwdata.mk
Normal file
@@ -0,0 +1,23 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-hwdata
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_HWDATA_VERSION = 2.3.7
|
||||
PYTHON_HWDATA_SOURCE = hwdata-$(PYTHON_HWDATA_VERSION).tar.gz
|
||||
PYTHON_HWDATA_SITE = https://files.pythonhosted.org/packages/15/26/f5bc1b42129fbcbd1c99c29714af1685fc89e2cf37680a9930d4fcac1808
|
||||
PYTHON_HWDATA_SETUP_TYPE = distutils
|
||||
PYTHON_HWDATA_LICENSE = GPL-2.0+
|
||||
PYTHON_HWDATA_LICENSE_FILES = LICENSE
|
||||
|
||||
# There is no LICENSE file in the PyPi tarball, but it is available in
|
||||
# upstream git repository:
|
||||
PYTHON_HWDATA_EXTRA_DOWNLOADS = https://raw.githubusercontent.com/xsuchy/python-hwdata/python-hwdata-$(PYTHON_HWDATA_VERSION)-1/LICENSE
|
||||
|
||||
define PYTHON_HWDATA_ADD_LICENSE_FILE
|
||||
cp $(PYTHON_HWDATA_DL_DIR)/LICENSE $(@D)
|
||||
endef
|
||||
PYTHON_HWDATA_POST_EXTRACT_HOOKS += PYTHON_HWDATA_ADD_LICENSE_FILE
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user