From ad62b8b42033811e8d753c3c2f4cbe56ba7d879c Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Wed, 27 Mar 2019 15:09:19 +0100 Subject: sysklogd: switch SRC_URI to the new, maintained location The previous SRC_URI seems to be gone, and sysklogd hasn't received any updates there for a long time. The new location says: Origin & References This is the continuation of the original sysklogd by Martin Schulze. Now maintained by Joachim Nilsson. Please file bug reports, or send pull requests for bug fixes and proposed extensions at GitHub. and generally seems credible: http://troglobit.com/ (From OE-Core rev: 22a4a6fe24c26dd5ae4a82a742c9bdf41c6bf2b7) Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- meta/recipes-extended/sysklogd/sysklogd.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meta/recipes-extended/sysklogd/sysklogd.inc') diff --git a/meta/recipes-extended/sysklogd/sysklogd.inc b/meta/recipes-extended/sysklogd/sysklogd.inc index f151dd87f7..749026f853 100644 --- a/meta/recipes-extended/sysklogd/sysklogd.inc +++ b/meta/recipes-extended/sysklogd/sysklogd.inc @@ -13,7 +13,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b \ inherit update-rc.d update-alternatives systemd -SRC_URI = "http://www.infodrom.org/projects/sysklogd/download/sysklogd-${PV}.tar.gz \ +SRC_URI = "git://github.com/troglobit/sysklogd.git;nobranch=1 \ file://no-strip-install.patch \ file://0001-Fix-build-with-musl.patch \ file://0001-fix-problems-that-causes-a-segmentation-fault-under-.patch \ @@ -24,6 +24,7 @@ SRC_URI = "http://www.infodrom.org/projects/sysklogd/download/sysklogd-${PV}.tar file://klogd.service \ file://tmpfiles.sysklogd.conf \ " +S = "${WORKDIR}/git" SRC_URI_append_e500v2 = " file://no-vectorization.patch" -- cgit v1.2.3-54-g00ecf