1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-02 01:19:52 +00:00

bitbake: Revert "parse/ast: Show errors for append/prepend/remove operators combined with +=/.="

This reverts commit ae2b34285f8b3a1a3067c5e9b5d29e32e68c75f1.

Accidentally applied to the wrong branch.

(Bitbake rev: 1ac73638c1504cf2aa7f13257396aad617f25e8f)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie
2021-11-05 09:16:16 +00:00
parent e0218edf84
commit 907ca04187
-4
View File
@@ -130,10 +130,6 @@ class DataNode(AstNode):
else:
val = groupd["value"]
if ":append" in key or ":remove" in key or ":prepend" in key:
if op in ["append", "prepend", "postdot", "predot"]:
bb.warn(key + " " + groupd[op] + " is not a recommended operator combination, please replace it.")
flag = None
if 'flag' in groupd and groupd['flag'] is not None:
flag = groupd['flag']