diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2026-07-12 04:54:14 -0300 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2026-07-12 04:54:14 -0300 |
| commit | 96b4f44279d022af8930f01d4a09c12df0be07e4 (patch) | |
| tree | f1efce5cef12552f3ed5cdbca06f0930087d82c4 /recipes-extended/secure-obj/secure-obj_git.bb | |
| parent | 1161bee242e93dd083efdd5f32d16efa67e9946e (diff) | |
| download | meta-freescale-96b4f44279d022af8930f01d4a09c12df0be07e4.tar.gz | |
global: Drop needless whitespace in assignments
Remove the stray space between an assignment's opening quote and its
line-continuation backslash, and the space before '%' in inline
${@...} expressions. Generated mechanically by oelint-adv's auto-fix
for a single rule (oelint.vars.notneededspace), isolated to one commit.
The affected values are whitespace-separated lists (leading space is
insignificant) and Python format expressions ("%s"% p is equivalent),
so there is no functional change; a re-run of oelint-adv reports the
rule clean.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-extended/secure-obj/secure-obj_git.bb')
| -rw-r--r-- | recipes-extended/secure-obj/secure-obj_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/secure-obj/secure-obj_git.bb b/recipes-extended/secure-obj/secure-obj_git.bb index 826868442..66ca551ec 100644 --- a/recipes-extended/secure-obj/secure-obj_git.bb +++ b/recipes-extended/secure-obj/secure-obj_git.bb | |||
| @@ -2,7 +2,7 @@ require secure-obj.inc | |||
| 2 | 2 | ||
| 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=751419260aa954499f7abaabaa882bbe" | 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=751419260aa954499f7abaabaa882bbe" |
| 4 | 4 | ||
| 5 | DEPENDS:remove = " python3-pycryptodomex-native" | 5 | DEPENDS:remove = "python3-pycryptodomex-native" |
| 6 | DEPENDS:append = " python3-cryptography-native optee-os-qoriq-tadevkit" | 6 | DEPENDS:append = " python3-cryptography-native optee-os-qoriq-tadevkit" |
| 7 | RDEPENDS:${PN} += "secure-obj-module" | 7 | RDEPENDS:${PN} += "secure-obj-module" |
| 8 | 8 | ||
