Update buildroot 2020.02.01 (#622)
* Update buildroot 2020.02.01 Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch> * Fix LN * Fix wpa Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch> * Fix lint Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch> * fix-network Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch> * Fix script Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch>
This commit is contained in:
@@ -1,11 +1,14 @@
|
||||
config BR2_PACKAGE_PYTHON_PYPARTED
|
||||
bool "python-pyparted"
|
||||
depends on BR2_ENABLE_LOCALE # parted
|
||||
depends on BR2_USE_WCHAR
|
||||
depends on !BR2_TOOLCHAIN_USES_UCLIBC # parted
|
||||
select BR2_PACKAGE_PARTED
|
||||
help
|
||||
Python bindings for GNU parted (libparted).
|
||||
|
||||
https://github.com/rhinstaller/pyparted
|
||||
|
||||
comment "pyparted needs a toolchain w/ wchar"
|
||||
depends on !BR2_USE_WCHAR
|
||||
comment "pyparted needs a glibc or musl toolchain w/ locale, wchar"
|
||||
depends on BR2_TOOLCHAIN_USES_UCLIBC || \
|
||||
!BR2_ENABLE_LOCALE || !BR2_USE_WCHAR
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
# Locally computed
|
||||
sha256 a9ec181bf3c7c0635862413fc86cb0950b5af957541535f530ea86a0f9d14e73 python-pyparted-v3.11.0.tar.gz
|
||||
sha256 a9ec181bf3c7c0635862413fc86cb0950b5af957541535f530ea86a0f9d14e73 python-pyparted-3.11.0.tar.gz
|
||||
sha256 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad COPYING
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_PYPARTED_VERSION = v3.11.0
|
||||
PYTHON_PYPARTED_SITE = $(call github,rhinstaller,pyparted,$(PYTHON_PYPARTED_VERSION))
|
||||
PYTHON_PYPARTED_VERSION = 3.11.0
|
||||
PYTHON_PYPARTED_SITE = $(call github,rhinstaller,pyparted,v$(PYTHON_PYPARTED_VERSION))
|
||||
PYTHON_PYPARTED_SETUP_TYPE = distutils
|
||||
PYTHON_PYPARTED_LICENSE = GPL-2.0+
|
||||
PYTHON_PYPARTED_LICENSE_FILES = COPYING
|
||||
|
||||
Reference in New Issue
Block a user