summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Fair <benjaminfair@google.com>2022-10-26 20:04:57 +0300
committerBenjamin Fair <benjaminfair@google.com>2022-10-27 21:26:08 +0300
commit3a39b8b9d50593dc53f828a059beb770f0123ff4 (patch)
tree56450d791d6872ffacb7437460a2df3d20c07754
parenta688a042ace043a3e60deebe84704735bfcc5183 (diff)
downloadopenbmc-3a39b8b9d50593dc53f828a059beb770f0123ff4.tar.xz
meta-nuvoton: npcm8xx-igps: remove bash-ism
The `{A,B}` expansion syntax is a bash extension which isn't supported on some other shells. Tested: Built successfully with non-bash shell Signed-off-by: Benjamin Fair <benjaminfair@google.com> Change-Id: Iae3168e0699d0e399b0f1dcfbd978dcc16aadbf5
-rw-r--r--meta-nuvoton/recipes-bsp/images/npcm8xx-igps.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-nuvoton/recipes-bsp/images/npcm8xx-igps.inc b/meta-nuvoton/recipes-bsp/images/npcm8xx-igps.inc
index 5d64d17662..3906a8c738 100644
--- a/meta-nuvoton/recipes-bsp/images/npcm8xx-igps.inc
+++ b/meta-nuvoton/recipes-bsp/images/npcm8xx-igps.inc
@@ -15,7 +15,8 @@ DEST = "${D}${datadir}/${BPN}"
# Adjust paths for use with bitbake
do_patch() {
- sed -i -e 's,inputs/,,g' ${S}/py_scripts/ImageGeneration/{references,inputs}/*.xml
+ sed -i -e 's,inputs/,,g' ${S}/py_scripts/ImageGeneration/references/*.xml \
+ ${S}/py_scripts/ImageGeneration/inputs/*.xml
}
do_install() {