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, 0 insertions, 5 deletions
diff --git a/meta-agl/recipes-devtools/run-postinsts/run-postinsts_%.bbappend b/meta-agl/recipes-devtools/run-postinsts/run-postinsts_%.bbappend
deleted file mode 100644
index fc327b6ef..000000000
--- a/meta-agl/recipes-devtools/run-postinsts/run-postinsts_%.bbappend
+++ /dev/null
@@ -1,5 +0,0 @@
-do_configure_append() {
- if ! grep -q StandardOutput= ${WORKDIR}/run-postinsts.service; then
- sed -i '/ExecStart=/iStandardOutput=journal+console' ${WORKDIR}/run-postinsts.service
- fi
-}