diff options
| author | Max Krummenacher <max.krummenacher@toradex.com> | 2025-04-27 11:59:18 +0200 |
|---|---|---|
| committer | Ryan Eatmon <reatmon@ti.com> | 2025-05-13 11:05:23 -0500 |
| commit | 6d538d31c302d09f7bb0b7e02a59d3d046a33945 (patch) | |
| tree | cbac462372ad07778e3a241a3be0a1462fc0c9eb /meta-ti-extras/recipes-ti/devtools/ti-cg-xml_2.61.00.bb | |
| parent | ccef6ee0b7b1439bf1243be51c85ced15e1234d9 (diff) | |
| download | meta-ti-6d538d31c302d09f7bb0b7e02a59d3d046a33945.tar.gz | |
meta-ti-extras recipes: fix whitespace warnings
Since OE bitbake commit 24772dd2ae6c ("parse/ConfHandler: Add warning for
deprecated whitespace usage"), the current build generates the following
warning (as example):
| WARNING: ...meta-ti/meta-ti-bsp/recipes-ti/ipc/ti-ipc_git.bb:
| meta-ti/meta-ti-bsp/recipes-ti/ipc/ti-ipc_git.bb:2
| has a lack of whitespace around the assignment:
| 'HOMEPAGE="http://processors.wiki.ti.com/index.php/Category:IPC"'
Fix all the warnings.
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-extras/recipes-ti/devtools/ti-cg-xml_2.61.00.bb')
| -rw-r--r-- | meta-ti-extras/recipes-ti/devtools/ti-cg-xml_2.61.00.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-ti-extras/recipes-ti/devtools/ti-cg-xml_2.61.00.bb b/meta-ti-extras/recipes-ti/devtools/ti-cg-xml_2.61.00.bb index c7608a76..a0972602 100644 --- a/meta-ti-extras/recipes-ti/devtools/ti-cg-xml_2.61.00.bb +++ b/meta-ti-extras/recipes-ti/devtools/ti-cg-xml_2.61.00.bb | |||
| @@ -19,9 +19,9 @@ LIC_FILES_CHKSUM = "file://cg_xml_${PV}_Manifest.pdf;md5=fc02a39748ba50373f32b2f | |||
| 19 | SRC_URI[cgxmlbin_linux.md5sum] = "6ce60caa97bbf15158d806fb062fadff" | 19 | SRC_URI[cgxmlbin_linux.md5sum] = "6ce60caa97bbf15158d806fb062fadff" |
| 20 | SRC_URI[cgxmlbin_linux.sha256sum] = "da77cb10bd3d5de89e27e4ce8f4408a2e50775c8980225f9a828ddc242bb81f9" | 20 | SRC_URI[cgxmlbin_linux.sha256sum] = "da77cb10bd3d5de89e27e4ce8f4408a2e50775c8980225f9a828ddc242bb81f9" |
| 21 | 21 | ||
| 22 | BINFILE="cgxml-${PV}-linux-installer.run" | 22 | BINFILE = "cgxml-${PV}-linux-installer.run" |
| 23 | TI_BIN_UNPK_CMDS="" | 23 | TI_BIN_UNPK_CMDS = "" |
| 24 | TI_BIN_UNPK_ARGS="--prefix ${S} --mode unattended" | 24 | TI_BIN_UNPK_ARGS = "--prefix ${S} --mode unattended" |
| 25 | 25 | ||
| 26 | do_install() { | 26 | do_install() { |
| 27 | CP_ARGS="-Prf --preserve=mode,timestamps --no-preserve=ownership" | 27 | CP_ARGS="-Prf --preserve=mode,timestamps --no-preserve=ownership" |
