diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2012-02-16 02:03:11 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-02-23 16:46:32 +0100 |
commit | 12c93f70c4faa5c9d71ef66f675447a4d82a1e9a (patch) | |
tree | f74ce69bbbed28c94a9f4d5e2af990adb9116d8d | |
parent | af6d280e2365d21d3968828df8294e4b61af299c (diff) | |
download | meta-openembedded-12c93f70c4faa5c9d71ef66f675447a4d82a1e9a.tar.gz |
syslog-ng: remove unneeded systemd code / use ${systemd_unitdir}
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
-rw-r--r-- | meta-oe/recipes-support/syslog-ng/syslog-ng.inc | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/meta-oe/recipes-support/syslog-ng/syslog-ng.inc b/meta-oe/recipes-support/syslog-ng/syslog-ng.inc index 3bbebec71..3489ac5ef 100644 --- a/meta-oe/recipes-support/syslog-ng/syslog-ng.inc +++ b/meta-oe/recipes-support/syslog-ng/syslog-ng.inc | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=7ec1bcc46f28b11f4722e20d9b7dd4d5" | |||
7 | # update-rc.d and update-alternatives is important | 7 | # update-rc.d and update-alternatives is important |
8 | RDEPENDS_${PN} += " ${@base_conditional("ONLINE_PACKAGE_MANAGEMENT", "none", "", "update-rc.d", d)}" | 8 | RDEPENDS_${PN} += " ${@base_conditional("ONLINE_PACKAGE_MANAGEMENT", "none", "", "update-rc.d", d)}" |
9 | 9 | ||
10 | INC_PR = "r6" | 10 | INC_PR = "r7" |
11 | 11 | ||
12 | inherit autotools systemd | 12 | inherit autotools systemd |
13 | 13 | ||
@@ -26,7 +26,7 @@ EXTRA_OECONF = " \ | |||
26 | --disable-pcre \ | 26 | --disable-pcre \ |
27 | --disable-sql \ | 27 | --disable-sql \ |
28 | --enable-systemd \ | 28 | --enable-systemd \ |
29 | --with-systemdsystemunitdir=${base_libdir}/systemd/system \ | 29 | --with-systemdsystemunitdir=${systemd_unitdir}/system \ |
30 | " | 30 | " |
31 | 31 | ||
32 | do_configure_prepend() { | 32 | do_configure_prepend() { |
@@ -47,11 +47,6 @@ do_install_append() { | |||
47 | SYSTEMD_PACKAGES = "${PN}-systemd" | 47 | SYSTEMD_PACKAGES = "${PN}-systemd" |
48 | SYSTEMD_SERVICE = "${PN}.service" | 48 | SYSTEMD_SERVICE = "${PN}.service" |
49 | 49 | ||
50 | PACKAGES =+ "${PN}-systemd" | ||
51 | |||
52 | FILES_${PN}-systemd += "${base_libdir}/systemd" | ||
53 | RDEPENDS_${PN}-systemd += "${PN}" | ||
54 | |||
55 | FILES_${PN} = "${bindir}/* ${sbindir}/* ${libexecdir}/* ${libdir}/lib*${SOLIBS} \ | 50 | FILES_${PN} = "${bindir}/* ${sbindir}/* ${libexecdir}/* ${libdir}/lib*${SOLIBS} \ |
56 | ${sysconfdir} ${sharedstatedir} ${localstatedir} \ | 51 | ${sysconfdir} ${sharedstatedir} ${localstatedir} \ |
57 | ${base_bindir}/* ${base_sbindir}/* \ | 52 | ${base_bindir}/* ${base_sbindir}/* \ |