From 24ba34d290b4b7ca5682ac509edaf6909eef97c5 Mon Sep 17 00:00:00 2001 From: Khang Nguyen Date: Wed, 18 Apr 2018 16:12:12 +0700 Subject: 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 Signed-off-by: Takamitsu Honda --- .../gles-module/gles-user-module/change-shell.patch | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'meta-rcar-gen3/recipes-graphics') 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 -- cgit 1.2.3-korg