diff options
author | Chris Dimich <Chris.Dimich@boundarydevices.com> | 2021-02-17 15:11:25 -0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2021-02-17 20:22:20 -0300 |
commit | 01d65a00275c2e6016dc9003cc38cd63f6b0fe71 (patch) | |
tree | 706206f2c4c791f564b2087f00a012a76cdb010d /recipes-bsp | |
parent | a8ca7519e64c40ac4d72b54af1902358c891745e (diff) | |
download | meta-freescale-01d65a00275c2e6016dc9003cc38cd63f6b0fe71.tar.gz |
isp-imx: fix bashism
Signed-off-by: Chris Dimich <Chris.Dimich@boundarydevices.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r-- | recipes-bsp/isp-imx/isp-imx/0001-run.sh-fix-bashism.patch | 23 | ||||
-rw-r--r-- | recipes-bsp/isp-imx/isp-imx_4.2.2.6.0.bb | 5 |
2 files changed, 26 insertions, 2 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 @@ | |||
1 | From 7070abd558e753b89955a966bb83e11f5a7b8462 Mon Sep 17 00:00:00 2001 | ||
2 | From: Chris Dimich <Chris.Dimich@boundarydevices.com> | ||
3 | Date: Wed, 17 Feb 2021 14:06:26 -0800 | ||
4 | Subject: [PATCH 1/1] run.sh: fix bashism | ||
5 | |||
6 | Signed-off-by: Chris Dimich <Chris.Dimich@boundarydevices.com> | ||
7 | --- | ||
8 | imx/run.sh | 2 +- | ||
9 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
10 | |||
11 | diff --git a/imx/run.sh b/imx/run.sh | ||
12 | index 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 | -- | ||
22 | 2.29.0 | ||
23 | |||
diff --git a/recipes-bsp/isp-imx/isp-imx_4.2.2.6.0.bb b/recipes-bsp/isp-imx/isp-imx_4.2.2.6.0.bb index fcf9a14a..8dd8c898 100644 --- a/recipes-bsp/isp-imx/isp-imx_4.2.2.6.0.bb +++ b/recipes-bsp/isp-imx/isp-imx_4.2.2.6.0.bb | |||
@@ -8,8 +8,9 @@ LIC_FILES_CHKSUM = "file://${WORKDIR}/${PN}-${PV}/COPYING;md5=cf3f9b8d09bc3926b1 | |||
8 | inherit fsl-eula-unpack cmake systemd | 8 | inherit fsl-eula-unpack cmake systemd |
9 | 9 | ||
10 | SRC_URI = "${FSL_MIRROR}/${BPN}-${PV}.bin;fsl-eula=true \ | 10 | SRC_URI = "${FSL_MIRROR}/${BPN}-${PV}.bin;fsl-eula=true \ |
11 | file://0001-start_isp.sh-fix-test-to-be-generic.patch;patchdir=.. \ | ||
12 | file://0001-BufferManager.h-add-missing-header-file.patch;patchdir=.. \ | 11 | file://0001-BufferManager.h-add-missing-header-file.patch;patchdir=.. \ |
12 | file://0001-run.sh-fix-bashism.patch;patchdir=.. \ | ||
13 | file://0001-start_isp.sh-fix-test-to-be-generic.patch;patchdir=.. \ | ||
13 | " | 14 | " |
14 | 15 | ||
15 | SRC_URI[md5sum] = "2246009411af32b1e02fbb0b242a0fc0" | 16 | SRC_URI[md5sum] = "2246009411af32b1e02fbb0b242a0fc0" |
@@ -69,7 +70,7 @@ do_install() { | |||
69 | fi | 70 | fi |
70 | } | 71 | } |
71 | 72 | ||
72 | RDEPENDS_${PN} = "libdrm libpython3 bash" | 73 | RDEPENDS_${PN} = "libdrm libpython3" |
73 | 74 | ||
74 | PACKAGES = "${PN} ${PN}-dev ${PN}-dbg" | 75 | PACKAGES = "${PN} ${PN}-dev ${PN}-dbg" |
75 | 76 | ||