From 0f4c656f1e8304ce13f43b07907fac5d9b281e4f Mon Sep 17 00:00:00 2001 From: Thuy Tran Date: Sat, 23 Dec 2017 17:08:43 +0700 Subject: Revert "rcar-gen3: run-postinsts: WORKAROUND to fix dependency failed for serial getty" This fix is not necessary for rocko branch. Hence, we can remove it. This reverts commit 7acbf5e2f99c59478adbc73c6a40d314589a3009. Signed-off-by: Thuy Tran Signed-off-by: Takamitsu Honda --- .../recipes-devtools/run-postinsts/run-postinsts_%.bbappend | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 meta-rcar-gen3/recipes-devtools/run-postinsts/run-postinsts_%.bbappend 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 -} -- cgit 1.2.3-korg