From b5a230cac463ec6b2d7730ad6501257ed7802495 Mon Sep 17 00:00:00 2001 From: =?utf8?q?K=C3=A9vin=20THIERRY?= Date: Sat, 31 May 2014 14:04:03 +0200 Subject: [PATCH] Correct wrong path in service files MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Correct paths of binaries kill and kmod. The default ones used include the build path prefix. Change-Id: I212cfc5ad7b75d6c648c4f34d19cfb7ef849c477 Signed-off-by: Kévin THIERRY --- recipes-tizen/systemd/systemd-extraconf.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/recipes-tizen/systemd/systemd-extraconf.inc b/recipes-tizen/systemd/systemd-extraconf.inc index eeea340..230c124 100644 --- a/recipes-tizen/systemd/systemd-extraconf.inc +++ b/recipes-tizen/systemd/systemd-extraconf.inc @@ -50,4 +50,7 @@ GTKDOC_DOCDIR = "${S}/docs/" do_configure_prepend() { rm -f ${S}/docs/gtk-doc.make echo 'EXTRA_DIST =' > ${S}/docs/gtk-doc.make + + sed -i 's!@KMOD@!/bin/kmod!g' ${S}/units/kmod-static-nodes.service.in + sed -i 's!@KILL@!/bin/kill!g' ${S}/units/user/systemd-exit.service.in } -- 2.7.4