summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/isp-imx/isp-imx/0001-run.sh-fix-bashism.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/isp-imx/isp-imx/0001-run.sh-fix-bashism.patch')
-rw-r--r--recipes-bsp/isp-imx/isp-imx/0001-run.sh-fix-bashism.patch23
1 files changed, 23 insertions, 0 deletions
diff --git a/recipes-bsp/isp-imx/isp-imx/0001-run.sh-fix-bashism.patch b/recipes-bsp/isp-imx/isp-imx/0001-run.sh-fix-bashism.patch
new file mode 100644
index 00000000..715bed2a
--- /dev/null
+++ b/recipes-bsp/isp-imx/isp-imx/0001-run.sh-fix-bashism.patch
@@ -0,0 +1,23 @@
1From 7070abd558e753b89955a966bb83e11f5a7b8462 Mon Sep 17 00:00:00 2001
2From: Chris Dimich <Chris.Dimich@boundarydevices.com>
3Date: Wed, 17 Feb 2021 14:06:26 -0800
4Subject: [PATCH 1/1] run.sh: fix bashism
5
6Signed-off-by: Chris Dimich <Chris.Dimich@boundarydevices.com>
7---
8 imx/run.sh | 2 +-
9 1 file changed, 1 insertion(+), 1 deletion(-)
10
11diff --git a/imx/run.sh b/imx/run.sh
12index c0d676ae7..ebeb7a6e7 100755
13--- a/imx/run.sh
14+++ b/imx/run.sh
15@@ -1,4 +1,4 @@
16-#!/bin/bash
17+#!/bin/sh
18 #
19 # Start the isp_media_server in the configuration from user
20 # (c) NXP 2020
21--
222.29.0
23