diff options
author | Thuy Tran <thuy.tran.xh@rvc.renesas.com> | 2017-12-23 16:54:27 +0700 |
---|---|---|
committer | Thuy Tran <thuy.tran.xh@rvc.renesas.com> | 2018-01-30 10:07:59 +0700 |
commit | 6b1a075833679427e69c15f788d07947b19b3554 (patch) | |
tree | 76f1531317ec490aa94515292b3aa02797b30839 /meta-rcar-gen3/recipes-devtools/dpkg/dpkg_%.bbappend | |
parent | 8db999c70c97514f4fe835a167c65c46250e12a4 (diff) |
Revert "rcar-gen3: dpkg: WORKAROUND to fix dependency failed for serial getty"
This fix is not necessary for rocko branch.
Hence, we can remove it.
This reverts commit b0520f15aa887e78c7967a6abd370730658de031.
Signed-off-by: Thuy Tran <thuy.tran.xh@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
Diffstat (limited to 'meta-rcar-gen3/recipes-devtools/dpkg/dpkg_%.bbappend')
-rw-r--r-- | meta-rcar-gen3/recipes-devtools/dpkg/dpkg_%.bbappend | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/meta-rcar-gen3/recipes-devtools/dpkg/dpkg_%.bbappend b/meta-rcar-gen3/recipes-devtools/dpkg/dpkg_%.bbappend deleted file mode 100644 index f52cd8e..0000000 --- a/meta-rcar-gen3/recipes-devtools/dpkg/dpkg_%.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/dpkg-configure.service -} |