1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 00:20:08 +00:00

syslinux: add APPEND to dependency list

Changing APPEND wasn't causing syslinux to re-run, so add a manual dependency.

(From OE-Core rev: 3c2d7ae5d59cb76a838f227c4cb0c64cea0d9e03)

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Ross Burton
2013-11-08 12:35:02 +00:00
committed by Richard Purdie
parent df564c4ea8
commit 65ca5cb164
+1
View File
@@ -179,3 +179,4 @@ python build_syslinux_cfg () {
cfgfile.close()
}
build_syslinux_cfg[vardeps] += "APPEND"