oelint.vars.mispell

March 17, 2024 ยท View on GitHub

severity: warning

Example

In any bitbake file

DPENDS += "foo"

Why is this bad?

The variable name is not known but looks very similar to a known one. Likely that is a typo.

Ways to fix it

DEPENDS += "foo"