diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2016-04-19 17:17:39 -0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-04-19 21:22:03 +0100 |
commit | 5f84d6545e6d7a2be8e603a1f4b1afae0dad0a9b (patch) | |
tree | e45c2b33b1ddbb3c36042c352f946a731b7fee4c /meta/classes | |
parent | d9dd864c68bf968fb50ff96b6545dc40d608f9df (diff) | |
download | poky-5f84d6545e6d7a2be8e603a1f4b1afae0dad0a9b.tar.gz |
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>
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/syslinux.bbclass | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/classes/syslinux.bbclass b/meta/classes/syslinux.bbclass index fd04ac68ba..4fcb0c5e72 100644 --- a/meta/classes/syslinux.bbclass +++ b/meta/classes/syslinux.bbclass | |||
@@ -190,4 +190,3 @@ python build_syslinux_cfg () { | |||
190 | 190 | ||
191 | cfgfile.close() | 191 | cfgfile.close() |
192 | } | 192 | } |
193 | build_syslinux_cfg[vardeps] += "APPEND" | ||