diff options
author | Khang Nguyen <khang.nguyen.xv@rvc.renesas.com> | 2018-04-18 16:12:12 +0700 |
---|---|---|
committer | Thuy Tran <thuy.tran.xh@rvc.renesas.com> | 2018-04-21 09:04:25 +0700 |
commit | 24ba34d290b4b7ca5682ac509edaf6909eef97c5 (patch) | |
tree | 406485a94a640405c2c201267b9b448aabc7fc66 | |
parent | d081aba7a147a40d5ff3d0decb40fc58c5649aec (diff) |
rcar-gen3: gles-user-module: Fix patch not applying properly
Some of the context lines in patches were ignored, it can lead to
incorrectly applied patches.
This commit modifies "change-shell.patch" to fix following warning:
| Hunk #1 succeeded at 1 with fuzz 2.
Signed-off-by: Khang Nguyen <khang.nguyen.xv@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
-rw-r--r-- | meta-rcar-gen3/recipes-graphics/gles-module/gles-user-module/change-shell.patch | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/meta-rcar-gen3/recipes-graphics/gles-module/gles-user-module/change-shell.patch b/meta-rcar-gen3/recipes-graphics/gles-module/gles-user-module/change-shell.patch index 1dd22f4..f602570 100644 --- a/meta-rcar-gen3/recipes-graphics/gles-module/gles-user-module/change-shell.patch +++ b/meta-rcar-gen3/recipes-graphics/gles-module/gles-user-module/change-shell.patch @@ -1,8 +1,10 @@ ---- a/etc/init.d/rc.pvr 2014-08-01 09:56:47.528824893 +0900 -+++ b/etc/init.d/rc.pvr 2014-08-01 09:56:55.744827677 +0900 +Index: rogue/etc/init.d/rc.pvr +=================================================================== +--- rogue.orig/etc/init.d/rc.pvr ++++ rogue/etc/init.d/rc.pvr @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh ############################################################################ ### - #@Copyright Copyright (c) Imagination Technologies Ltd. All Rights Reserved - #@License Strictly Confidential. + # File rc.pvr + # Copyright Copyright (C) 2013-2016 Renesas Electronics Corporation |