mirror of
https://github.com/jiazhang0/meta-secure-core.git
synced 2026-07-16 12:47:00 +00:00
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:
@@ -29,4 +29,4 @@ kmods = "\
|
||||
RRECOMMENDS:${PN}:x86 += "${kmods}"
|
||||
RRECOMMENDS:${PN}:x86-64 += "${kmods}"
|
||||
|
||||
IMAGE_INSTALL:remove += "grub"
|
||||
IMAGE_INSTALL:remove = "grub"
|
||||
|
||||
Reference in New Issue
Block a user