summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/sysklogd/sysklogd.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/sysklogd/sysklogd.inc')
-rw-r--r--meta/recipes-extended/sysklogd/sysklogd.inc16
1 files changed, 5 insertions, 11 deletions
diff --git a/meta/recipes-extended/sysklogd/sysklogd.inc b/meta/recipes-extended/sysklogd/sysklogd.inc
index 8618c9ffec..2e3d9831b1 100644
--- a/meta/recipes-extended/sysklogd/sysklogd.inc
+++ b/meta/recipes-extended/sysklogd/sysklogd.inc
@@ -1,27 +1,21 @@
1SUMMARY = "System Log Daemons" 1SUMMARY = "System Log Daemons"
2DESCRIPTION = "The sysklogd package implements two system log daemons: syslogd, klogd" 2DESCRIPTION = "The sysklogd package implements system log daemons: syslogd"
3HOMEPAGE = "http://www.infodrom.org/projects/sysklogd/" 3HOMEPAGE = "http://www.infodrom.org/projects/sysklogd/"
4SECTION = "base" 4SECTION = "base"
5 5
6LICENSE = "GPLv2+ & BSD" 6LICENSE = "BSD-3-Clause"
7LICENSE_syslogd = "BSD" 7LIC_FILES_CHKSUM = "file://LICENSE;md5=5b4be4b2549338526758ef479c040943 \
8LICENSE_klogd = "GPLv2+"
9LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
10 file://src/syslogd.c;beginline=2;endline=15;md5=a880fecbc04503f071c494a9c0dd4f97 \ 8 file://src/syslogd.c;beginline=2;endline=15;md5=a880fecbc04503f071c494a9c0dd4f97 \
11 file://src/klogd.c;beginline=2;endline=19;md5=4f5591d04cccbeb0352758ed4a9d7213 \
12 " 9 "
13 10
14inherit update-rc.d update-alternatives systemd autotools 11inherit update-rc.d update-alternatives systemd autotools
15 12
16SRC_URI = "git://github.com/troglobit/sysklogd.git;nobranch=1 \ 13SRC_URI = "git://github.com/troglobit/sysklogd.git;nobranch=1 \
17 file://0001-Remove-__BEGIN_DECLS-__END_DECLS.patch \
18 file://0002-include-sys-types.h-for-off_t.patch \
19 file://0001-Drop-libcompat-to-simplify-build-deps-and-really-fix.patch \
20 file://sysklogd \ 14 file://sysklogd \
21 " 15 "
22S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"
23 17
24EXTRA_OECONF = "--with-systemd=${systemd_system_unitdir} --with-klogd --without-logger" 18EXTRA_OECONF = "--with-systemd=${systemd_system_unitdir} --without-logger"
25 19
26do_install_append () { 20do_install_append () {
27 install -d ${D}${sysconfdir} 21 install -d ${D}${sysconfdir}
@@ -31,7 +25,7 @@ do_install_append () {
31} 25}
32 26
33SYSTEMD_PACKAGES = "${PN}" 27SYSTEMD_PACKAGES = "${PN}"
34SYSTEMD_SERVICE_${PN} = "syslogd.service klogd.service" 28SYSTEMD_SERVICE_${PN} = "syslogd.service"
35SYSTEMD_AUTO_ENABLE = "enable" 29SYSTEMD_AUTO_ENABLE = "enable"
36 30
37INITSCRIPT_NAME = "syslog" 31INITSCRIPT_NAME = "syslog"