Bump buildroot to 2019.02

This commit is contained in:
2019-03-28 22:49:48 +01:00
parent 5598b1b762
commit 920d307141
5121 changed files with 78550 additions and 46132 deletions

View File

@@ -0,0 +1,8 @@
config BR2_PACKAGE_PYTHON_DAEMONIZE
bool "python-daemonize"
select BR2_PACKAGE_PYTHON_SETUPTOOLS # runtime
help
Library to enable your code run as a daemon process on
Unix-like systems.
https://pypi.python.org/pypi/daemonize

View File

@@ -0,0 +1,3 @@
# From https://pypi.python.org/pypi/daemonize/json
md5 6759005b12dfeea0d4305f8536b4b0c2 daemonize-2.4.7.tar.gz
sha256 c0194e861826be456c7c69985825ac7b79632d8ac7ad4cde8e12fee7971468c8 daemonize-2.4.7.tar.gz

View File

@@ -0,0 +1,14 @@
################################################################################
#
# python-daemonize
#
################################################################################
PYTHON_DAEMONIZE_VERSION = 2.4.7
PYTHON_DAEMONIZE_SOURCE = daemonize-$(PYTHON_DAEMONIZE_VERSION).tar.gz
PYTHON_DAEMONIZE_SITE = https://pypi.python.org/packages/84/15/923e3fe48239adf5d697c29e04a3f868d3e4ce8539aab29d6abe784db5be
PYTHON_DAEMONIZE_SETUP_TYPE = setuptools
PYTHON_DAEMONIZE_LICENSE = MIT
PYTHON_DAEMONIZE_LICENSE_FILES = LICENSE
$(eval $(python-package))