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:
Otavio Salvador
2016-04-19 17:17:39 -03:00
committed by Richard Purdie
parent d9dd864c68
commit 5f84d6545e

View File

@@ -190,4 +190,3 @@ python build_syslinux_cfg () {
cfgfile.close()
}
build_syslinux_cfg[vardeps] += "APPEND"