summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2019-03-27 15:09:19 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-03-29 08:28:53 +0000
commitad62b8b42033811e8d753c3c2f4cbe56ba7d879c (patch)
treed45aae27644c0db2b2cf9cece65e59c53f26e541 /meta/recipes-extended
parentd0a661fbcb3c78b5c418fe32efeb4daf38c9c555 (diff)
downloadpoky-ad62b8b42033811e8d753c3c2f4cbe56ba7d879c.tar.gz
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 <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r--meta/recipes-extended/sysklogd/sysklogd.inc3
-rw-r--r--meta/recipes-extended/sysklogd/sysklogd_1.5.1.bb3
2 files changed, 3 insertions, 3 deletions
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 \
13 13
14inherit update-rc.d update-alternatives systemd 14inherit update-rc.d update-alternatives systemd
15 15
16SRC_URI = "http://www.infodrom.org/projects/sysklogd/download/sysklogd-${PV}.tar.gz \ 16SRC_URI = "git://github.com/troglobit/sysklogd.git;nobranch=1 \
17 file://no-strip-install.patch \ 17 file://no-strip-install.patch \
18 file://0001-Fix-build-with-musl.patch \ 18 file://0001-Fix-build-with-musl.patch \
19 file://0001-fix-problems-that-causes-a-segmentation-fault-under-.patch \ 19 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
24 file://klogd.service \ 24 file://klogd.service \
25 file://tmpfiles.sysklogd.conf \ 25 file://tmpfiles.sysklogd.conf \
26 " 26 "
27S = "${WORKDIR}/git"
27 28
28SRC_URI_append_e500v2 = " file://no-vectorization.patch" 29SRC_URI_append_e500v2 = " file://no-vectorization.patch"
29 30
diff --git a/meta/recipes-extended/sysklogd/sysklogd_1.5.1.bb b/meta/recipes-extended/sysklogd/sysklogd_1.5.1.bb
index 975ecc2b63..88bcfd9e4a 100644
--- a/meta/recipes-extended/sysklogd/sysklogd_1.5.1.bb
+++ b/meta/recipes-extended/sysklogd/sysklogd_1.5.1.bb
@@ -1,4 +1,3 @@
1require sysklogd.inc 1require sysklogd.inc
2 2
3SRC_URI[md5sum] = "c70599ab0d037fde724f7210c2c8d7f8" 3SRCREV = "930a2b1c0d15b14309a49f14e3f30e905456af4d"
4SRC_URI[sha256sum] = "5166c185ae23c92e8b9feee66a6e3d0bc944bf673112f53e3ecf62e08ce7c201"