summaryrefslogtreecommitdiffstats
path: root/meta-agl/recipes-devtools/run-postinsts/run-postinsts_%.bbappend
diff options
context:
space:
mode:
Diffstat (limited to 'meta-agl/recipes-devtools/run-postinsts/run-postinsts_%.bbappend')
-rw-r--r--meta-agl/recipes-devtools/run-postinsts/run-postinsts_%.bbappend5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-agl/recipes-devtools/run-postinsts/run-postinsts_%.bbappend b/meta-agl/recipes-devtools/run-postinsts/run-postinsts_%.bbappend
new file mode 100644
index 000000000..fc327b6ef
--- /dev/null
+++ b/meta-agl/recipes-devtools/run-postinsts/run-postinsts_%.bbappend
@@ -0,0 +1,5 @@
+do_configure_append() {
+ if ! grep -q StandardOutput= ${WORKDIR}/run-postinsts.service; then
+ sed -i '/ExecStart=/iStandardOutput=journal+console' ${WORKDIR}/run-postinsts.service
+ fi
+}