meta-secure-core: fix wrong operator combination

Operations like XXX:append += "YYY" are almost always wrong and this
is a common mistake made in the metadata. Improve them to use the
standard format.

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
This commit is contained in:
Yi Zhao
2021-11-18 10:15:38 +08:00
committed by Jia Zhang
parent fea6a37625
commit 2bd48852e2
6 changed files with 6 additions and 6 deletions
@@ -29,4 +29,4 @@ kmods = "\
RRECOMMENDS:${PN}:x86 += "${kmods}"
RRECOMMENDS:${PN}:x86-64 += "${kmods}"
IMAGE_INSTALL:remove += "grub"
IMAGE_INSTALL:remove = "grub"