mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-04 16:10:10 +00:00
collectd: Use https in SRC_URI, add HOMEPAGE
Signed-off-by: Jörg Sommer <joerg.sommer@navimatix.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 99ef9c1969)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
be0088da5a
commit
7f7849f5b8
|
|
@ -1,11 +1,12 @@
|
|||
SUMMARY = "Collects and summarises system performance statistics"
|
||||
DESCRIPTION = "collectd is a daemon which collects system performance statistics periodically and provides mechanisms to store the values in a variety of ways, for example in RRD files."
|
||||
HOMEPAGE = "https://collectd.org/"
|
||||
LICENSE = "GPL-2.0-only & MIT"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=1bd21f19f7f0c61a7be8ecacb0e28854"
|
||||
|
||||
DEPENDS = "rrdtool curl libpcap libxml2 yajl libgcrypt libtool lvm2"
|
||||
|
||||
SRC_URI = "http://collectd.org/files/collectd-${PV}.tar.bz2 \
|
||||
SRC_URI = "https://collectd.org/files/collectd-${PV}.tar.bz2 \
|
||||
file://collectd.init \
|
||||
file://collectd.service \
|
||||
file://no-gcrypt-badpath.patch \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user