summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-extended/collectd/collectd_5.12.0.bb4
1 files changed, 2 insertions, 2 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 36aad73b19..f310caf0f1 100644
--- a/meta-oe/recipes-extended/collectd/collectd_5.12.0.bb
+++ b/meta-oe/recipes-extended/collectd/collectd_5.12.0.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=1bd21f19f7f0c61a7be8ecacb0e28854"
6 6
7DEPENDS = "curl libpcap libxml2 yajl libgcrypt libtool lvm2" 7DEPENDS = "curl libpcap libxml2 yajl libgcrypt libtool lvm2"
8 8
9SRC_URI = "https://collectd.org/files/collectd-${PV}.tar.bz2 \ 9SRC_URI = "${GITHUB_BASE_URI}download/${BP}/${BP}.tar.bz2 \
10 file://collectd.init \ 10 file://collectd.init \
11 file://collectd.service \ 11 file://collectd.service \
12 file://no-gcrypt-badpath.patch \ 12 file://no-gcrypt-badpath.patch \
@@ -18,7 +18,7 @@ SRC_URI = "https://collectd.org/files/collectd-${PV}.tar.bz2 \
18 " 18 "
19SRC_URI[sha256sum] = "5bae043042c19c31f77eb8464e56a01a5454e0b39fa07cf7ad0f1bfc9c3a09d6" 19SRC_URI[sha256sum] = "5bae043042c19c31f77eb8464e56a01a5454e0b39fa07cf7ad0f1bfc9c3a09d6"
20 20
21inherit autotools python3native update-rc.d pkgconfig systemd 21inherit autotools python3native update-rc.d pkgconfig systemd github-releases
22 22
23SYSTEMD_SERVICE:${PN} = "collectd.service" 23SYSTEMD_SERVICE:${PN} = "collectd.service"
24 24