Skip to content
Commit b46b059a authored by Matt Madison's avatar Matt Madison Committed by Steve Sakoman
Browse files

layer.conf: fix syntax error in PATH setting



Commit 05a87be5 introduced
a Python conditional expression when updating PATH that
generates syntax warnings in bitbake-cookerdaemon.log:

  Var <PATH[:=]>:1: SyntaxWarning: "is not" with a literal. Did you mean "!="?

Fix this by using the more appropriate '!=' comparison
operator.

Signed-off-by: default avatarMatt Madison <matt@madison.systems>
Signed-off-by: default avatarRichard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 2e753a12)
Signed-off-by: default avatarSteve Sakoman <steve@sakoman.com>
parent 9224b01e
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment