diff options
| author | Jörg Sommer <joerg.sommer@navimatix.de> | 2023-10-05 13:02:26 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-10-06 08:37:21 -0700 |
| commit | 99ef9c1969dfb3c0813570e401031fa051ec7a24 (patch) | |
| tree | 4088008cc1bdfdf5566288aa379d463bafde9bb5 | |
| parent | 7b5cb622b4e40ceb7b150c83ee98c40fd24ab9aa (diff) | |
| download | meta-openembedded-99ef9c1969dfb3c0813570e401031fa051ec7a24.tar.gz | |
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>
| -rw-r--r-- | meta-oe/recipes-extended/collectd/collectd_5.12.0.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/collectd/collectd_5.12.0.bb b/meta-oe/recipes-extended/collectd/collectd_5.12.0.bb index 479c12d6ae..bd4a5b3e89 100644 --- a/meta-oe/recipes-extended/collectd/collectd_5.12.0.bb +++ b/meta-oe/recipes-extended/collectd/collectd_5.12.0.bb | |||
| @@ -1,11 +1,12 @@ | |||
| 1 | SUMMARY = "Collects and summarises system performance statistics" | 1 | SUMMARY = "Collects and summarises system performance statistics" |
| 2 | 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." | 2 | 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." |
| 3 | HOMEPAGE = "https://collectd.org/" | ||
| 3 | LICENSE = "GPL-2.0-only & MIT" | 4 | LICENSE = "GPL-2.0-only & MIT" |
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=1bd21f19f7f0c61a7be8ecacb0e28854" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=1bd21f19f7f0c61a7be8ecacb0e28854" |
| 5 | 6 | ||
| 6 | DEPENDS = "rrdtool curl libpcap libxml2 yajl libgcrypt libtool lvm2" | 7 | DEPENDS = "rrdtool curl libpcap libxml2 yajl libgcrypt libtool lvm2" |
| 7 | 8 | ||
| 8 | SRC_URI = "http://collectd.org/files/collectd-${PV}.tar.bz2 \ | 9 | SRC_URI = "https://collectd.org/files/collectd-${PV}.tar.bz2 \ |
| 9 | file://collectd.init \ | 10 | file://collectd.init \ |
| 10 | file://collectd.service \ | 11 | file://collectd.service \ |
| 11 | file://no-gcrypt-badpath.patch \ | 12 | file://no-gcrypt-badpath.patch \ |
