From b39db0cdf72267f9f44158e5cdedc7abdcd370b5 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Thu, 28 Aug 2014 17:57:02 +0200 Subject: [PATCH] sysmobts-config: Execute sync to be sure ubifs was in sync --- .../sysmobts-config/files/sysmobts-post-install-config | 1 + recipes-sysmobts/sysmobts-config/sysmobts-config_1.bb | 1 + 2 files changed, 2 insertions(+) diff --git a/recipes-sysmobts/sysmobts-config/files/sysmobts-post-install-config b/recipes-sysmobts/sysmobts-config/files/sysmobts-post-install-config index d32f85f..e2e0575 100644 --- a/recipes-sysmobts/sysmobts-config/files/sysmobts-post-install-config +++ b/recipes-sysmobts/sysmobts-config/files/sysmobts-post-install-config @@ -10,6 +10,7 @@ prepare_sysmobts_2050() { sed -i s,#ShowStatus=yes,ShowStatus=no, /etc/systemd/system.conf sed -i s,#DefaultStandardOutput=journal,DefaultStandardOutput=syslog, /etc/systemd/system.conf sed -i s,#DefaultStandardError=inherit,DefaultStandardError=syslog, /etc/systemd/system.conf + sync } diff --git a/recipes-sysmobts/sysmobts-config/sysmobts-config_1.bb b/recipes-sysmobts/sysmobts-config/sysmobts-config_1.bb index 8114224..c6fd818 100644 --- a/recipes-sysmobts/sysmobts-config/sysmobts-config_1.bb +++ b/recipes-sysmobts/sysmobts-config/sysmobts-config_1.bb @@ -3,6 +3,7 @@ SECTION = "core" LICENSE = "CLOSED" SRC_URI = "file://sysmobts-post-install-config" +PR = "r1" do_install() { install -d ${D}${bindir}