aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThuy Tran <thuy.tran.xh@rvc.renesas.com>2017-12-23 17:08:43 +0700
committerThuy Tran <thuy.tran.xh@rvc.renesas.com>2018-01-30 10:07:59 +0700
commit0f4c656f1e8304ce13f43b07907fac5d9b281e4f (patch)
tree3dc85a46638de65948a1f6f575f251db315a6901
parentf4f4080278f4671903bfac276761784662a82f65 (diff)
Revert "rcar-gen3: run-postinsts: WORKAROUND to fix dependency failed for serial getty"upstream
This fix is not necessary for rocko branch. Hence, we can remove it. This reverts commit 7acbf5e2f99c59478adbc73c6a40d314589a3009. Signed-off-by: Thuy Tran <thuy.tran.xh@rvc.renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
-rw-r--r--meta-rcar-gen3/recipes-devtools/run-postinsts/run-postinsts_%.bbappend5
1 files changed, 0 insertions, 5 deletions
diff --git a/meta-rcar-gen3/recipes-devtools/run-postinsts/run-postinsts_%.bbappend b/meta-rcar-gen3/recipes-devtools/run-postinsts/run-postinsts_%.bbappend
deleted file mode 100644
index ed72bf2..0000000
--- a/meta-rcar-gen3/recipes-devtools/run-postinsts/run-postinsts_%.bbappend
+++ /dev/null
@@ -1,5 +0,0 @@
-# Do not reload daemon configuration
-do_install_append () {
- sed -e 's/\disable/--no-reload \disable/' \
- -i ${D}${systemd_unitdir}/system/run-postinsts.service
-}