diff options
| author | Max Krummenacher <max.krummenacher@toradex.com> | 2025-04-27 11:59:17 +0200 |
|---|---|---|
| committer | Ryan Eatmon <reatmon@ti.com> | 2025-05-13 11:05:23 -0500 |
| commit | ccef6ee0b7b1439bf1243be51c85ced15e1234d9 (patch) | |
| tree | dfe54b73a487024555a21a294ee13c6187c246e7 /meta-ti-bsp/recipes-ti/ipc | |
| parent | b17479ddd58ac4f86ce49c058f4404e7e3fec1ba (diff) | |
| download | meta-ti-ccef6ee0b7b1439bf1243be51c85ced15e1234d9.tar.gz | |
meta-ti-bsp 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-bsp/recipes-ti/ipc')
| -rw-r--r-- | meta-ti-bsp/recipes-ti/ipc/ti-ipc.inc | 2 | ||||
| -rw-r--r-- | meta-ti-bsp/recipes-ti/ipc/ti-ipc_git.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-ti-bsp/recipes-ti/ipc/ti-ipc.inc b/meta-ti-bsp/recipes-ti/ipc/ti-ipc.inc index 44be2466..14c323de 100644 --- a/meta-ti-bsp/recipes-ti/ipc/ti-ipc.inc +++ b/meta-ti-bsp/recipes-ti/ipc/ti-ipc.inc | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | DESCRIPTION = "TI Inter Process Communication (IPC) Mechanisms (for Uni- and Multi- Processor Configurations)" | 1 | DESCRIPTION = "TI Inter Process Communication (IPC) Mechanisms (for Uni- and Multi- Processor Configurations)" |
| 2 | HOMEPAGE="http://processors.wiki.ti.com/index.php/Category:IPC" | 2 | HOMEPAGE = "http://processors.wiki.ti.com/index.php/Category:IPC" |
| 3 | 3 | ||
| 4 | LICENSE = "BSD-3-Clause" | 4 | LICENSE = "BSD-3-Clause" |
| 5 | LIC_FILES_CHKSUM = "file://${S}/ipc-linux.mak;beginline=1;endline=30;md5=7b327f9b710fd7c95e545b91cec79255" | 5 | LIC_FILES_CHKSUM = "file://${S}/ipc-linux.mak;beginline=1;endline=30;md5=7b327f9b710fd7c95e545b91cec79255" |
diff --git a/meta-ti-bsp/recipes-ti/ipc/ti-ipc_git.bb b/meta-ti-bsp/recipes-ti/ipc/ti-ipc_git.bb index 431f245f..3d53c548 100644 --- a/meta-ti-bsp/recipes-ti/ipc/ti-ipc_git.bb +++ b/meta-ti-bsp/recipes-ti/ipc/ti-ipc_git.bb | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | DESCRIPTION = "TI Inter Process Communication (IPC) Mechanisms (for Uni- and Multi- Processor Configurations)" | 1 | DESCRIPTION = "TI Inter Process Communication (IPC) Mechanisms (for Uni- and Multi- Processor Configurations)" |
| 2 | HOMEPAGE="http://processors.wiki.ti.com/index.php/Category:IPC" | 2 | HOMEPAGE = "http://processors.wiki.ti.com/index.php/Category:IPC" |
| 3 | 3 | ||
| 4 | require ti-ipc.inc | 4 | require ti-ipc.inc |
| 5 | require ti-ipc-common.inc | 5 | require ti-ipc-common.inc |
