]> code.ossystems Code Review - openembedded-core.git/commitdiff
syslinux.bbclass: Remove APPEND from variable dependency
authorOtavio Salvador <otavio@ossystems.com.br>
Tue, 19 Apr 2016 20:17:39 +0000 (17:17 -0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 19 Apr 2016 20:21:59 +0000 (21:21 +0100)
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.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/syslinux.bbclass

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