From f0be4861714d951f2d8761c286a4821a7b50193c Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Fri, 26 Sep 2014 11:28:48 +0200 Subject: [PATCH] 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 --- recipes-fixes/systemd/systemd_sysmocom.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes-fixes/systemd/systemd_sysmocom.inc b/recipes-fixes/systemd/systemd_sysmocom.inc index 6836395..817a60f 100644 --- a/recipes-fixes/systemd/systemd_sysmocom.inc +++ b/recipes-fixes/systemd/systemd_sysmocom.inc @@ -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"