Skip to content

Commit

Permalink
fix(netdata): add netdata-claim.sh dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
douglarek committed Aug 18, 2023
1 parent 6522a7f commit 2d287f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions admin/netdata/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk

PKG_NAME:=netdata
PKG_VERSION:=1.38.1
PKG_RELEASE:=1
PKG_RELEASE:=2

PKG_MAINTAINER:=Josef Schlehofer <pepe.schlehofer@gmail.com>, Daniel Engberg <daniel.engberg.lists@pyret.net>
PKG_LICENSE:=GPL-3.0-or-later
Expand All @@ -33,7 +33,7 @@ define Package/netdata
SECTION:=admin
CATEGORY:=Administration
DEPENDS:=+zlib +libuuid +libuv +libmnl +libjson-c +libopenssl \
+libstdcpp +libatomic +protobuf
+libstdcpp +libatomic +protobuf +openssl-util +curl +bash
TITLE:=Real-time performance monitoring tool
URL:=https://www.netdata.cloud/
endef
Expand Down

0 comments on commit 2d287f2

Please sign in to comment.