netdata: update to version 1.16.0
- Add dependencies: libopenssl, liblz4 - Correct SPDX License Identifier - Change URL of the website Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
This commit is contained in:
parent
ded736a697
commit
b64558b1ba
2 changed files with 7 additions and 7 deletions
|
@ -8,17 +8,17 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=netdata
|
PKG_NAME:=netdata
|
||||||
PKG_VERSION:=1.14.0
|
PKG_VERSION:=1.16.0
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_MAINTAINER:=Josef Schlehofer <pepe.schlehofer@gmail.com>, Daniel Engberg <daniel.engberg.lists@pyret.net>
|
PKG_MAINTAINER:=Josef Schlehofer <pepe.schlehofer@gmail.com>, Daniel Engberg <daniel.engberg.lists@pyret.net>
|
||||||
PKG_LICENSE:=GPL-3.0+
|
PKG_LICENSE:=GPL-3.0-or-later
|
||||||
PKG_LICENSE_FILES:=COPYING
|
PKG_LICENSE_FILES:=COPYING
|
||||||
PKG_CPE_ID:=cpe:/a:my-netdata:netdata
|
PKG_CPE_ID:=cpe:/a:my-netdata:netdata
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-v$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-v$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=https://github.com/netdata/netdata/releases/download/v$(PKG_VERSION)
|
PKG_SOURCE_URL:=https://github.com/netdata/netdata/releases/download/v$(PKG_VERSION)
|
||||||
PKG_HASH:=f3768f6927e3712dce73794c6943a12f4454410c872eb3dfd19af4f52296187a
|
PKG_HASH:=d62ae89c7b9e93d40feca6edd26b77c6e27e17caa2f90a50a1a7a677f6cc8b4f
|
||||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-v$(PKG_VERSION)
|
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-v$(PKG_VERSION)
|
||||||
|
|
||||||
PKG_INSTALL:=1
|
PKG_INSTALL:=1
|
||||||
|
@ -30,9 +30,9 @@ include $(INCLUDE_DIR)/package.mk
|
||||||
define Package/netdata
|
define Package/netdata
|
||||||
SECTION:=admin
|
SECTION:=admin
|
||||||
CATEGORY:=Administration
|
CATEGORY:=Administration
|
||||||
DEPENDS:=+zlib +libuuid +libmnl
|
DEPENDS:=+zlib +libuuid +libmnl +libopenssl +liblz4
|
||||||
TITLE:=Real-time performance monitoring tool
|
TITLE:=Real-time performance monitoring tool
|
||||||
URL:=https://my-netdata.io/
|
URL:=https://www.netdata.cloud/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/netdata/description
|
define Package/netdata/description
|
||||||
|
|
|
@ -9,6 +9,6 @@
|
||||||
-exec "$(command -v python || command -v python3 || command -v python2 ||
|
-exec "$(command -v python || command -v python3 || command -v python2 ||
|
||||||
-echo "ERROR python IS NOT AVAILABLE IN THIS SYSTEM")" "$0" "$@" # '''
|
-echo "ERROR python IS NOT AVAILABLE IN THIS SYSTEM")" "$0" "$@" # '''
|
||||||
+#!/usr/bin/python3
|
+#!/usr/bin/python3
|
||||||
|
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
# Description:
|
# Description:
|
||||||
|
|
Loading…
Reference in a new issue