systemd: Make sure we install our custom copy of system.conf

We had a system.conf for the ODU but it was never installed. Fix
it by adding the file to SRC_URI.

Fixes: ORT#612
This commit is contained in:
Holger Hans Peter Freyther 2014-09-26 11:28:48 +02:00
parent c44d0265ee
commit f0be486171
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
S_THISDIR := "${@os.path.dirname(bb.data.getVar('FILE', d, True))}"
FILESPATH =. "${@base_set_filespath(["${S_THISDIR}/${PN}"], d)}:"
PRINC="22"
PRINC="23"
SRC_URI += "file://journald.conf \
file://0001-Feature-switch-ListenDatagram-from-run-systemd-journ.patch \
@ -10,6 +10,7 @@ SRC_URI += "file://journald.conf \
SRC_URI_append_sysmobts-v1 = " file://system.conf"
SRC_URI_append_sysmobts-v2 = " file://system.conf"
SRC_URI_append_sysmocom-odu = " file://system.conf"
# Disable depedency on dbus
RDEPENDS_${PN}_remove = "dbus"