diff options
author | Thuy Tran <thuy.tran.xh@rvc.renesas.com> | 2017-12-23 16:54:35 +0700 |
---|---|---|
committer | Thuy Tran <thuy.tran.xh@rvc.renesas.com> | 2018-01-30 10:07:59 +0700 |
commit | f4f4080278f4671903bfac276761784662a82f65 (patch) | |
tree | d294ecf1ee004f88a1cc2fcccd83718c274e039e /meta-rcar-gen3/recipes-devtools | |
parent | 6b1a075833679427e69c15f788d07947b19b3554 (diff) |
Revert "rcar-gen3: opkg: WORKAROUND to fix dependency failed for serial getty"
This fix is not necessary for rocko branch.
Hence, we can remove it.
This reverts commit 149da3d318e971d9abb03ded59da7727cffaec08.
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')
-rw-r--r-- | meta-rcar-gen3/recipes-devtools/opkg/opkg_%.bbappend | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/meta-rcar-gen3/recipes-devtools/opkg/opkg_%.bbappend b/meta-rcar-gen3/recipes-devtools/opkg/opkg_%.bbappend deleted file mode 100644 index 1755ee0..0000000 --- a/meta-rcar-gen3/recipes-devtools/opkg/opkg_%.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/opkg-configure.service -} |