mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 00:32:12 +02:00
syslinux.bbclass: Remove APPEND from variable dependency
The value of APPEND is already being tracked and does impact on the generated configuration file. This reverts the OE-Core:3c2d7ae5 commit as it is not need anymore. (From OE-Core rev: d396cd039ee9c5566670951a86907e8b736c2c7c) Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
d9dd864c68
commit
5f84d6545e
@@ -190,4 +190,3 @@ python build_syslinux_cfg () {
|
||||
|
||||
cfgfile.close()
|
||||
}
|
||||
build_syslinux_cfg[vardeps] += "APPEND"
|
||||
|
||||
Reference in New Issue
Block a user