mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
create rootf's & SDK from 2018.02.9 buildroot (#10)
--------- Co-authored-by: tiopex <tiopxyz@gmail.com> Co-authored-by: tiopex <67048640+tiopex@users.noreply.github.com>
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
config BR2_PACKAGE_PYTHON_CONFIGSHELL_FB
|
||||
bool "python-configshell-fb"
|
||||
select BR2_PACKAGE_PYTHON_PYPARSING
|
||||
select BR2_PACKAGE_PYTHON3_READLINE
|
||||
select BR2_PACKAGE_PYTHON3_READLINE if BR2_PACKAGE_PYTHON3
|
||||
select BR2_PACKAGE_PYTHON_READLINE if BR2_PACKAGE_PYTHON
|
||||
select BR2_PACKAGE_PYTHON_SIX
|
||||
select BR2_PACKAGE_PYTHON_URWID
|
||||
help
|
||||
|
||||
@@ -1,3 +1,2 @@
|
||||
# locally computed
|
||||
sha256 24b47284b463dcfb9ee0c1558827e13442127e62fa279b6e0253f136cf49058c python-configshell-fb-1.1.29.tar.gz
|
||||
sha256 5df2a0d87d6c562f0ea11c688ac52532aa28d744cabc7994ff0537f64b3b3320 COPYING
|
||||
sha256 3685446d6ee02881930bb2fdc5fdd254938da66ce9843a5b3676c4246b058e4b python-configshell-fb-v1.1.fb18.tar.gz
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
|
||||
# When upgrading the version, be sure to also upgrade python-rtslib-fb
|
||||
# and targetcli-fb at the same time.
|
||||
PYTHON_CONFIGSHELL_FB_VERSION = 1.1.29
|
||||
PYTHON_CONFIGSHELL_FB_SITE = $(call github,open-iscsi,configshell-fb,v$(PYTHON_CONFIGSHELL_FB_VERSION))
|
||||
PYTHON_CONFIGSHELL_FB_VERSION = v1.1.fb18
|
||||
PYTHON_CONFIGSHELL_FB_SITE = $(call github,open-iscsi,configshell-fb,$(PYTHON_CONFIGSHELL_FB_VERSION))
|
||||
PYTHON_CONFIGSHELL_FB_LICENSE = Apache-2.0
|
||||
PYTHON_CONFIGSHELL_FB_LICENSE_FILES = COPYING
|
||||
PYTHON_CONFIGSHELL_FB_SETUP_TYPE = setuptools
|
||||
|
||||
Reference in New Issue
Block a user